feat: add test to vm exceptions

This commit is contained in:
Simon Cornet 2026-05-06 09:08:50 +02:00
commit 70f3e78a52

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|network|ocp\""
egrep -v \"node/pve|storage/pve|sdn/pve|template|network|ocp|test\""
executable: "/bin/bash"
changed_when: false
delay: 10