feat: also exclude network details from pvesh command

This commit is contained in:
Simon Cornet 2025-12-17 14:45:34 +01:00
commit f03a498408

View file

@ -15,7 +15,7 @@
"set -o pipefail; \ "set -o pipefail; \
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|network\""
executable: "/bin/bash" executable: "/bin/bash"
changed_when: false changed_when: false
delay: 10 delay: 10