mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 21:03:30 +01:00
7 lines
160 B
YAML
7 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'
|