Included wait so vm isn't locked
This commit is contained in:
@@ -43,6 +43,10 @@
|
|||||||
delay: 10
|
delay: 10
|
||||||
when: vm_template_node != target_node
|
when: vm_template_node != target_node
|
||||||
|
|
||||||
|
- name: Wait for VM to unlock
|
||||||
|
ansible.builtin.wait_for:
|
||||||
|
timeout: 30
|
||||||
|
|
||||||
- name: Configure VM resources
|
- name: Configure VM resources
|
||||||
community.proxmox.proxmox_kvm:
|
community.proxmox.proxmox_kvm:
|
||||||
api_host: "{{ proxmox_api_host }}"
|
api_host: "{{ proxmox_api_host }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user