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"