From aa5d94fc8777041628c691b8e4e6602a7c2d1a70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Mon, 18 Sep 2017 15:01:32 +0200 Subject: [PATCH] docker-common: re-introduce state for leftover files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- roles/ceph-docker-common/tasks/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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