fix: use bash
This commit is contained in:
parent
8fb4c0be76
commit
4c7be58771
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue