diff options
Diffstat (limited to 'roles')
-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 |