Loading tasks/main.yaml +5 −0 Original line number Diff line number Diff line --- # skip this role if inventory_hostname is member of the proxmox group - name: "skip if proxmox node" ansible.builtin.meta: "end_host" when: "inventory_hostname in groups['proxmox']" # load os variables - name: "include os specific vars" ansible.builtin.include_vars: "vars/{{ ansible_os_family }}.yaml" Loading Loading
tasks/main.yaml +5 −0 Original line number Diff line number Diff line --- # skip this role if inventory_hostname is member of the proxmox group - name: "skip if proxmox node" ansible.builtin.meta: "end_host" when: "inventory_hostname in groups['proxmox']" # load os variables - name: "include os specific vars" ansible.builtin.include_vars: "vars/{{ ansible_os_family }}.yaml" Loading