diff --git a/tasks/proxmox/update-node.yaml b/tasks/proxmox/update-node.yaml index 1e7dcc7..85c24fa 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\"" + egrep -v \"node/pve|storage/pve|sdn/pve|template|network\"" executable: "/bin/bash" changed_when: false delay: 10