mirror of https://github.com/ceph/ceph-ansible.git
7 lines
102 B
YAML
7 lines
102 B
YAML
|
---
|
||
|
## Check distribution release
|
||
|
#
|
||
|
|
||
|
- include: precise.yml
|
||
|
when: ansible_distribution == 'precise'
|