diff --git a/tasks/create_proxmox_debian_template.yml b/tasks/create_proxmox_debian_template.yml index 40c4949..c46e373 100644 --- a/tasks/create_proxmox_debian_template.yml +++ b/tasks/create_proxmox_debian_template.yml @@ -38,7 +38,7 @@ --memory {{ lxc_memory }} --ostype {{ lxc_ostype }} --net0 {{ lxc_net }} - --rootfs {{ lxc_storage }}:{{ lxc_rootfs_size }} + --storage {{ lxc_storage }} --features nesting=1 --start args: