aboutsummaryrefslogtreecommitdiffstats
path: root/tasks/jail_single.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/jail_single.yml')
-rw-r--r--tasks/jail_single.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/jail_single.yml b/tasks/jail_single.yml
index 807f6a8..f51bc37 100644
--- a/tasks/jail_single.yml
+++ b/tasks/jail_single.yml
@@ -5,7 +5,7 @@
register: check_jail_directory
- name: "ZFS clone snapshot to jail directory for {{ jail.name }}"
- shell: zfs clone zroot/jails/templates/14.3-RELEASE@base "zroot/jails/containers/{{ jail.name }}"
+ shell: zfs clone zroot/jails/templates/{{ jail_userland_version }}@base "zroot/jails/containers/{{ jail.name }}"
when: check_jail_directory.rc != 0
- name: "Check if jail {{ jail.name }} is running"