feat: exclude ocp components
This commit is contained in:
parent
6dfee15660
commit
445c3e62e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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|network\""
|
||||
egrep -v \"node/pve|storage/pve|sdn/pve|template|network|ocp\""
|
||||
executable: "/bin/bash"
|
||||
changed_when: false
|
||||
delay: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue