Included wait so vm isn't locked

This commit is contained in:
2026-02-03 08:41:33 -05:00
parent 1c0f4f757f
commit 6acb148b72

View File

@@ -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 }}"