From 672a4ce9ba25af86a900715ba78be87c3b3d1897 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 20 Mar 2026 08:24:10 +0100 Subject: [PATCH] fix(playbook): add missing tag to skip proxmox node --- tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index 9527e30..670d84d 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -4,6 +4,7 @@ - name: "skip if proxmox node" ansible.builtin.meta: "end_host" when: "inventory_hostname in groups['proxmox']" + tags: "always" # load os variables - name: "include os specific vars"