Browse Source

Merge pull request #3595 from ingvagabund/check-docker-excluder-status-only-when-it-is-enabled

Ignore the docker excluder status if it is not enabled by a user
Jan Chaloupka 8 years ago
parent
commit
b551ba3afb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_excluder/tasks/status.yml

+ 1 - 0
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