From: Sébastien Han Date: Mon, 18 Sep 2017 13:01:32 +0000 (+0200) Subject: docker-common: re-introduce state for leftover files X-Git-Tag: v3.0.0rc9~1^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aa5d94fc8777041628c691b8e4e6602a7c2d1a70;p=ceph-ansible.git docker-common: re-introduce state for leftover files The variable "statleftover" was removed by commit a60c74f61eb4b7523ef6d4065624312bfd0aa03a 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 --- diff --git a/roles/ceph-docker-common/tasks/checks.yml b/roles/ceph-docker-common/tasks/checks.yml index 4ccc4c41f..941b96c51 100644 --- a/roles/ceph-docker-common/tasks/checks.yml +++ b/roles/ceph-docker-common/tasks/checks.yml @@ -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