From 4c7be587710cae2af40097601449ca0646213357 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 30 May 2025 15:20:45 +0200 Subject: [PATCH] fix: use bash --- 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 28d1f54..c3ef5f1 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -17,6 +17,7 @@ sudo pvesh get /cluster/resources | \ grep {{ inventory_hostname_short }} | \ egrep -v \"node/pve|storage/pve|sdn/pve|template\"" + executable: "/bin/bash" changed_when: false delay: 10 failed_when: "running_guests.rc >= 2"