Explorar o código

ignore the docker excluder status if it is not enabled by a user

Jan Chaloupka %!s(int64=8) %!d(string=hai) anos
pai
achega
f9f4318822
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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