From 2ed8464a6bbf7eb7241d5e39bfd7803128257e83 Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Wed, 15 Mar 2017 15:45:43 -0400 Subject: Since we've decided that we're no longer paying attention to current status remove this as it was toggling things --- roles/openshift_excluder/tasks/disable.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'roles/openshift_excluder/tasks/disable.yml') 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 -- cgit v1.2.3