]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-mon: adds static: no to an include to avoid an ansible bug
authorAndrew Schoen <aschoen@redhat.com>
Wed, 30 Nov 2016 21:06:06 +0000 (15:06 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 1 Dec 2016 16:28:54 +0000 (10:28 -0600)
commit1e64eb7111ac1b085b2acce8b7777f8bdec5b1bb
treed901a529212e3b12f1a978d70fadc8f20f5846aa
parent11c13ad7c0ef22237931ae94c6fbf7746d56cef4
ceph-mon: adds static: no to an include to avoid an ansible bug

Adding that avoids this bug:

https://github.com/ansible/ansible/issues/18206

Without that you'll get failures like:

TASK [ceph-mon : set keys permissions]
*****************************************
task path:
/home/andrewschoen/ceph-ansible/roles/ceph-mon/tasks/ceph_keys.yml:31
fatal: [mon0]: FAILED! => {"failed": true, "msg": "'dict object' has no attribute 'stdout_lines'"}

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-mon/tasks/main.yml