summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/disable.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/openshift_excluder/tasks/disable.yml')
-rw-r--r--roles/openshift_excluder/tasks/disable.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/openshift_excluder/tasks/disable.yml b/roles/openshift_excluder/tasks/disable.yml
index a8deb3eb1..2245c7b21 100644
--- a/roles/openshift_excluder/tasks/disable.yml
+++ b/roles/openshift_excluder/tasks/disable.yml
@@ -18,9 +18,5 @@
# it the docker excluder is enabled, we install it and in case its status is non-zero
# it is enabled no matter what
-# Check the current state of all excluders
-- include: status.yml
- when: with_status_check | default(docker_excluder_on or openshift_excluder_on) | bool
-
# And finally adjust an excluder in order to update host components correctly
- include: adjust.yml