Commit 672a4ce9 authored by Simon Cornet's avatar Simon Cornet
Browse files

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

parent a9a7c54a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"