mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1915 from ceph/state-leftover
docker-common: re-introduce state for leftover filespull/1865/merge
commit
2749368a2d
|
@ -6,5 +6,5 @@
|
||||||
msg: "looks like no cluster is running but ceph files are present, please remove them"
|
msg: "looks like no cluster is running but ceph files are present, please remove them"
|
||||||
with_together:
|
with_together:
|
||||||
- "{{ ceph_config_keys }}"
|
- "{{ ceph_config_keys }}"
|
||||||
- "{{ statleftover.results }}"
|
- "{{ statconfig.results }}"
|
||||||
when: item.1.stat.exists == true
|
when: item.1.stat.exists == true
|
||||||
|
|
Loading…
Reference in New Issue