From ba6fd7b14f63a6a1b0775dda83ba1c5c037a2042 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Sun, 16 Nov 2025 11:41:18 +0100 Subject: [PATCH] fix: dont use become for wait_for --- 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 1a40f94..1e7dcc7 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -61,6 +61,7 @@ # calm down period - name: "calming down" + become: false ansible.builtin.wait_for: timeout: 120 delegate_to: "localhost"