mirror of https://github.com/ceph/ceph-ansible.git
docker-common: re-introduce state for leftover files
The variable "statleftover" was removed by commit
a60c74f61e
and never added back to the new playbook,
yet it is still being referenced.
Adding it back
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1492224
Signed-off-by: Sébastien Han <seb@redhat.com>
pull/1915/head
parent
0d3b1b8d1f
commit
aa5d94fc87
|
@ -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