is_atomic='{{ stat_ostree.stat.exists }}'
- include: checks.yml
- when: ceph_health.rc != 0 and
- not mon_containerized_deployment_with_kv
+ when:
+ ceph_health.rc != 0 and
+ not mon_containerized_deployment_with_kv
- include: pre_requisite.yml
# let the first mon create configs and keyrings
- include: create_configs.yml
- when: inventory_hostname == groups.mons[0] and
- not mon_containerized_default_ceph_conf_with_kv
+ when:
+ inventory_hostname == groups.mons[0] and
+ not mon_containerized_default_ceph_conf_with_kv
- include: fetch_configs.yml
when: not mon_containerized_deployment_with_kv