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; \
sudo pvesh get /cluster/resources | \
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"
changed_when: false
delay: 10