summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/disable.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-03-15 15:45:43 -0400
committerScott Dodson <sdodson@redhat.com>2017-03-15 15:45:43 -0400
commit2ed8464a6bbf7eb7241d5e39bfd7803128257e83 (patch)
tree1bb9652fe08c871a1fa66c13ac15b9dade94631b /roles/openshift_excluder/tasks/disable.yml
parent91ca8e8134bc0af84478125174c58f0fb2b8943c (diff)
downloadopenshift-2ed8464a6bbf7eb7241d5e39bfd7803128257e83.tar.gz
openshift-2ed8464a6bbf7eb7241d5e39bfd7803128257e83.tar.bz2
openshift-2ed8464a6bbf7eb7241d5e39bfd7803128257e83.tar.xz
openshift-2ed8464a6bbf7eb7241d5e39bfd7803128257e83.zip
Since we've decided that we're no longer paying attention to current
status remove this as it was toggling things
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