From a65387e536385c5c7c2c3bfe7baec457955a2d9b Mon Sep 17 00:00:00 2001 From: Simon Zernisch Date: Fri, 16 Jun 2023 19:15:34 +0200 Subject: [PATCH] added w8 timer for vm to deploy --- main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 }}"