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