Commit f03a4984 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: also exclude network details from pvesh command

parent a19254a2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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