From f9f431882243b84e082b40cf08aa83c0093e266c Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 8 Mar 2017 12:33:12 +0100 Subject: ignore the docker excluder status if it is not enabled by a user --- roles/openshift_excluder/tasks/status.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles') diff --git a/roles/openshift_excluder/tasks/status.yml b/roles/openshift_excluder/tasks/status.yml index 40bf98c18..3b6821244 100644 --- a/roles/openshift_excluder/tasks/status.yml +++ b/roles/openshift_excluder/tasks/status.yml @@ -78,6 +78,7 @@ # In order to determine of the excluder needs to be enabled. when: - "{{ docker_excluder_installed.installed_versions | default([]) | length > 0 }}" + - "{{ docker_excluder_on }}" when: - not openshift.common.is_containerized | bool -- cgit v1.2.1