summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder
diff options
context:
space:
mode:
authorJan Chaloupka <jchaloup@redhat.com>2017-03-08 12:33:12 +0100
committerJan Chaloupka <jchaloup@redhat.com>2017-03-08 12:33:12 +0100
commitf9f431882243b84e082b40cf08aa83c0093e266c (patch)
treea123f92bd7e045d5f275b906bba0eea4505dd22e /roles/openshift_excluder
parent36af6a92b5a211667e68c03cfcd6532c9ef8299a (diff)
downloadopenshift-f9f431882243b84e082b40cf08aa83c0093e266c.tar.gz
openshift-f9f431882243b84e082b40cf08aa83c0093e266c.tar.bz2
openshift-f9f431882243b84e082b40cf08aa83c0093e266c.tar.xz
openshift-f9f431882243b84e082b40cf08aa83c0093e266c.zip
ignore the docker excluder status if it is not enabled by a user
Diffstat (limited to 'roles/openshift_excluder')
-rw-r--r--roles/openshift_excluder/tasks/status.yml1
1 files changed, 1 insertions, 0 deletions
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