summaryrefslogtreecommitdiffstats
path: root/roles/openshift_excluder/tasks/disable.yml
diff options
context:
space:
mode:
authorOpenShift Bot <dmcphers+openshiftbot@redhat.com>2017-03-16 10:48:07 -0400
committerGitHub <noreply@github.com>2017-03-16 10:48:07 -0400
commit612599f514d9eb3e83072d8efa317fe8400546e4 (patch)
tree6e27901dfc50f87f0e0b96a04d7b5c24b63634cd /roles/openshift_excluder/tasks/disable.yml
parentaaa96d4ab4a73d881600d193a654f0a2f9f68bde (diff)
parent2ed8464a6bbf7eb7241d5e39bfd7803128257e83 (diff)
downloadopenshift-612599f514d9eb3e83072d8efa317fe8400546e4.tar.gz
openshift-612599f514d9eb3e83072d8efa317fe8400546e4.tar.bz2
openshift-612599f514d9eb3e83072d8efa317fe8400546e4.tar.xz
openshift-612599f514d9eb3e83072d8efa317fe8400546e4.zip
Merge pull request #3673 from sdodson/remove-excluder-status
Merged by openshift-bot
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