fix(playbook): add missing tag to skip proxmox node
This commit is contained in:
parent
a9a7c54a8a
commit
672a4ce9ba
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue