From 7ac5ad92541d214c9e487946b80162916368b255 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 20 Mar 2026 08:43:23 +0100 Subject: [PATCH] feat: set cool down period to 60s --- tasks/proxmox/update-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/proxmox/update-node.yaml b/tasks/proxmox/update-node.yaml index 72c52f6..3647772 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -63,5 +63,5 @@ - name: "calming down" become: false ansible.builtin.wait_for: - timeout: 180 + timeout: 60 delegate_to: "localhost"