From f03a498408f3571d6a831d90412a4b8d9a980738 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 17 Dec 2025 14:45:34 +0100 Subject: [PATCH] feat: also exclude network details from pvesh command --- tasks/proxmox/update-node.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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