changed clone type to full
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
node: "{{ target_node }}"
|
node: "{{ target_node }}"
|
||||||
clone: "{{ lxc_template_id }}"
|
clone: "{{ lxc_template_id }}"
|
||||||
hostname: "{{ vm_hostname }}"
|
hostname: "{{ vm_hostname }}"
|
||||||
full: true
|
clone_type: "full"
|
||||||
storage: "{{ target_storage }}"
|
storage: "{{ target_storage }}"
|
||||||
timeout: 600
|
timeout: 600
|
||||||
register: cloned_lxc
|
register: cloned_lxc
|
||||||
|
|||||||
Reference in New Issue
Block a user