diff --git a/main.yml b/main.yml index 7208972..85890cf 100644 --- a/main.yml +++ b/main.yml @@ -21,6 +21,11 @@ register: vm_created delegate_to: localhost + - name: Wait 10s for VM to be fully deployed + ansible.builtin.wait_for: + timeout: 10 + delegate_to: localhost + - name: Update VM configuration community.general.proxmox_kvm: api_host: "{{ pve_host }}"