8 lines
168 B
YAML
8 lines
168 B
YAML
|
---
|
||
|
# Configuration tasks.
|
||
|
- include: configure-Debian.yml
|
||
|
when: ansible_os_family == 'Debian'
|
||
|
|
||
|
- include: configure-RedHat.yml
|
||
|
when: ansible_os_family == 'RedHat'
|