From ce24df2e4f454b4dcae6b106a6d7151ae156703a Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 16 Nov 2025 11:35:46 +0100 Subject: [PATCH] fix: timeout hopefully --- tasks/proxmox/update-node.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/proxmox/update-node.yaml b/tasks/proxmox/update-node.yaml index 59d7434..1a40f94 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -63,3 +63,4 @@ - name: "calming down" ansible.builtin.wait_for: timeout: 120 + delegate_to: "localhost"