]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixing creating configs when default one is chosen
authorpprokop <pprokop@gklab-126-023.igk.intel.com>
Wed, 30 Mar 2016 10:29:45 +0000 (12:29 +0200)
committerpprokop <pprokop@gklab-126-023.igk.intel.com>
Wed, 30 Mar 2016 10:29:45 +0000 (12:29 +0200)
roles/ceph-mon/tasks/docker/main.yml

index 49a381886e30ada6f8d8552fd28f5b5cdee7e145..e4c00338bda7bd78b4a475b29b4064be84055543 100644 (file)
@@ -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