From d7bc1807702860db17b9acdafcb2b83b2b3f91ae Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Tue, 14 Mar 2017 17:42:23 -0400 Subject: Revert "Enable docker during installation and upgrade by default" --- .../common/openshift-cluster/initialize_openshift_version.yml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'playbooks/common/openshift-cluster') diff --git a/playbooks/common/openshift-cluster/initialize_openshift_version.yml b/playbooks/common/openshift-cluster/initialize_openshift_version.yml index 1f74e929f..f8981c040 100644 --- a/playbooks/common/openshift-cluster/initialize_openshift_version.yml +++ b/playbooks/common/openshift-cluster/initialize_openshift_version.yml @@ -23,9 +23,6 @@ vars: # the excluders needs to be disabled no matter what status says with_status_check: false - # Only openshift excluder needs to be temporarily disabled - # So ignore the docker one - enable_docker_excluder: false tags: - always when: openshift_upgrade_target is not defined @@ -47,10 +44,6 @@ # Re-enable excluders if they are meant to be enabled (and only during installation, upgrade disables the excluders before this play) - include: reset_excluder.yml - vars: - # Only openshift excluder needs to be re-enabled - # So ignore the docker one - enable_docker_excluder: false tags: - always when: openshift_upgrade_target is not defined -- cgit v1.2.3