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"