We obviously want to fetch when the files exists :).
Signed-off-by: Sébastien Han <seb@redhat.com>
with_together:
- ceph_config_keys
- statconfig.results
- when: item.1.stat.exists == False
+ when: item.1.stat.exists == true
- name: run the ceph medata docker image
docker: >
with_together:
- ceph_config_keys
- statconfig.results
- when: item.1.stat.exists == False
+ when: item.1.stat.exists == true
- name: run the ceph Monitor docker image
docker: >
with_together:
- ceph_config_keys
- statconfig.results
- when: item.1.stat.exists == False
+ when: item.1.stat.exists == true
- name: run the ceph osd docker image
docker: >
with_together:
- ceph_config_keys
- statconfig.results
- when: item.1.stat.exists == False
+ when: item.1.stat.exists == true
- name: run the ceph rest api docker image
docker: >
with_together:
- ceph_config_keys
- statconfig.results
- when: item.1.stat.exists == False
+ when: item.1.stat.exists == true
- name: run the rados gateway docker image
docker: >