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"