11 lines
201 B
YAML
11 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'
|