mirror of
https://github.com/geerlingguy/ansible-role-ansible.git
synced 2025-01-22 20:51:34 +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'
|