diff options
author | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-08 12:33:12 +0100 |
---|---|---|
committer | Jan Chaloupka <jchaloup@redhat.com> | 2017-03-08 12:33:12 +0100 |
commit | f9f431882243b84e082b40cf08aa83c0093e266c (patch) | |
tree | a123f92bd7e045d5f275b906bba0eea4505dd22e | |
parent | 36af6a92b5a211667e68c03cfcd6532c9ef8299a (diff) | |
download | openshift-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
-rw-r--r-- | roles/openshift_excluder/tasks/status.yml | 1 |
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 |