From 6dfab582c4eded6f6f24a0639eb20ede5b361232 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Mon, 11 Sep 2023 00:49:27 +0100 Subject: [PATCH] wait for 3 min afterall --- infra/joplin/0000_proxmox_playbook.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/joplin/0000_proxmox_playbook.yaml b/infra/joplin/0000_proxmox_playbook.yaml index a415705..95bc871 100644 --- a/infra/joplin/0000_proxmox_playbook.yaml +++ b/infra/joplin/0000_proxmox_playbook.yaml @@ -69,9 +69,9 @@ community.general.proxmox_kvm: state: started register: start - - name: Wait # Initial apt update, apt upgrade, cloud-init + - name: Wait 3 min # Initial apt update, apt upgrade, cloud-init ansible.builtin.wait_for: - timeout: 90 + timeout: 180 # VM Configuration - name: Resize disk