10 lines
201 B
YAML
10 lines
201 B
YAML
---
|
|
|
|
#- include: ubuntu.yml
|
|
# when: ansible_distribution == 'Ubuntu'
|
|
|
|
- include: debian_family.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
#- include: redhat.yml
|
|
# when: ansible_os_family == 'RedHat'
|