From 6e21bb7e292249828707c5a05886d7abc971a8e3 Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 26 Sep 2023 04:07:54 +0100 Subject: [PATCH] wait for a bit longer --- infra/cloud/0000_proxmox_playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/cloud/0000_proxmox_playbook.yaml b/infra/cloud/0000_proxmox_playbook.yaml index 4f40cac..5ff21d0 100644 --- a/infra/cloud/0000_proxmox_playbook.yaml +++ b/infra/cloud/0000_proxmox_playbook.yaml @@ -79,7 +79,7 @@ register: start - name: Wait 1 min # Initial apt update, apt upgrade, cloud-init ansible.builtin.wait_for: - timeout: 60 + timeout: 90 # VM Configuration - name: Resize root disk