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>
- include: ceph_keys.yml
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
when: