mirror of https://github.com/ceph/ceph-ansible.git
10 lines
147 B
YAML
10 lines
147 B
YAML
|
---
|
||
|
## Check OS family
|
||
|
#
|
||
|
|
||
|
- include: RedHat.yml
|
||
|
when: ansible_os_family == 'RedHat'
|
||
|
|
||
|
- include: Debian.yml
|
||
|
when: ansible_os_family == 'Debian'
|