fix: use bash

This commit is contained in:
Simon Cornet 2025-05-30 15:20:45 +02:00
commit 4c7be58771

View file

@ -17,6 +17,7 @@
sudo pvesh get /cluster/resources | \ sudo pvesh get /cluster/resources | \
grep {{ inventory_hostname_short }} | \ grep {{ inventory_hostname_short }} | \
egrep -v \"node/pve|storage/pve|sdn/pve|template\"" egrep -v \"node/pve|storage/pve|sdn/pve|template\""
executable: "/bin/bash"
changed_when: false changed_when: false
delay: 10 delay: 10
failed_when: "running_guests.rc >= 2" failed_when: "running_guests.rc >= 2"