fix: exclude muse
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Check Debian version
|
- name: Check Debian version
|
||||||
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa!frederica.dmz.mateu.be
|
hosts: all:!baybay-ponay.mateu.be:!machinbox.mateu.be:!muse-HP-EliteBook-820-G2.home.arpa:!frederica.dmz.mateu.be
|
||||||
tasks:
|
tasks:
|
||||||
- name: Print Debian version
|
- name: Print Debian version
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ ansible_os_family }}: {{ ansible_distribution_major_version }}"
|
msg: "{{ ansible_os_family }}: {{ ansible_distribution_major_version }}"
|
||||||
|
when: ansible_distribution_major_version | int <= 11
|
||||||
|
Reference in New Issue
Block a user