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
Sébastien Han 2017-09-18 15:01:32 +02:00
parent 0d3b1b8d1f
commit aa5d94fc87
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
msg: "looks like no cluster is running but ceph files are present, please remove them"
with_together:
- "{{ ceph_config_keys }}"
- "{{ statleftover.results }}"
- "{{ statconfig.results }}"
when: item.1.stat.exists == true