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>
pull/1138/head
Andrew Schoen 2016-11-30 15:06:06 -06:00
parent 11c13ad7c0
commit 1e64eb7111
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
- include: ceph_keys.yml - include: ceph_keys.yml
when: not mon_containerized_deployment when: not mon_containerized_deployment
# this avoids the bug mentioned here: https://github.com/ansible/ansible/issues/18206
static: no
- include: create_mds_filesystems.yml - include: create_mds_filesystems.yml
when: when: