From c5a0a9611f32171fa9a0194fe48716ff77636eab Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 26 Apr 2016 10:02:07 -0400 Subject: Don't pull cli image when we're not containerized --- playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'playbooks/common/openshift-cluster') diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml index a28f7e9c1..6037874da 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml @@ -33,6 +33,7 @@ docker pull {{ item }}:latest with_items: - "{{ openshift.common.cli_image }}" + when: openshift.common.is_containerized | bool ############################################################################### # Upgrade Masters -- cgit v1.2.3