From: pprokop Date: Wed, 30 Mar 2016 10:29:45 +0000 (+0200) Subject: Fixing creating configs when default one is chosen X-Git-Tag: v1.0.4~23^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eaa259146e56521d51e1b8128348c68f05476fc7;p=ceph-ansible.git Fixing creating configs when default one is chosen --- diff --git a/roles/ceph-mon/tasks/docker/main.yml b/roles/ceph-mon/tasks/docker/main.yml index 49a381886..e4c00338b 100644 --- a/roles/ceph-mon/tasks/docker/main.yml +++ b/roles/ceph-mon/tasks/docker/main.yml @@ -23,7 +23,7 @@ # let the first mon create configs and keyrings - include: create_configs.yml - when: inventory_hostname == groups.mons[0] and 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