added w8 timer for vm to deploy

This commit is contained in:
2023-06-16 19:15:34 +02:00
parent fe9c8803e1
commit a65387e536

View File

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