diff --git a/tasks/proxmox/update-node.yaml b/tasks/proxmox/update-node.yaml index 4566a56..48dbc3b 100644 --- a/tasks/proxmox/update-node.yaml +++ b/tasks/proxmox/update-node.yaml @@ -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