mirror of https://github.com/ceph/ceph-ansible.git
Fix typo in handler
parent
2e17fb8dbe
commit
15b89704fd
|
@ -3,4 +3,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
- include: precise.yml
|
- include: precise.yml
|
||||||
when: ansible_distribution == 'precise'
|
when: ansible_distribution_release == 'precise'
|
||||||
|
|
|
@ -3,4 +3,4 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
- include: precise.yml
|
- include: precise.yml
|
||||||
when: ansible_distribution == 'precise'
|
when: ansible_distribution_release == 'precise'
|
||||||
|
|
Loading…
Reference in New Issue