fix(playbook): add missing tag to skip proxmox node

This commit is contained in:
Simon Cornet 2026-03-20 08:24:10 +01:00
commit 672a4ce9ba

View file

@ -4,6 +4,7 @@
- name: "skip if proxmox node" - name: "skip if proxmox node"
ansible.builtin.meta: "end_host" ansible.builtin.meta: "end_host"
when: "inventory_hostname in groups['proxmox']" when: "inventory_hostname in groups['proxmox']"
tags: "always"
# load os variables # load os variables
- name: "include os specific vars" - name: "include os specific vars"