ceph-ansible/roles/haproxy/tasks/main.yml

7 lines
110 B
YAML
Raw Normal View History

---
## Check distribution release
#
- include: precise.yml
2014-03-17 17:17:14 +08:00
when: ansible_distribution_release == 'precise'