mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2024-11-10 09:49:29 +01:00
8 lines
160 B
YAML
8 lines
160 B
YAML
---
|
|
# Setup/install tasks.
|
|
- include: setup-RedHat.yml
|
|
when: ansible_os_family == 'RedHat'
|
|
|
|
- include: setup-Debian.yml
|
|
when: ansible_os_family == 'Debian'
|