summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-04-26 10:02:07 -0400
committerScott Dodson <sdodson@redhat.com>2016-04-26 14:28:04 -0400
commitc5a0a9611f32171fa9a0194fe48716ff77636eab (patch)
tree0efba50c927f66dd65c74873feaf7cfc9b6c681d
parent7c6d0d70e2371bd9abb6feb4e6c098ae4ddb5143 (diff)
downloadopenshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.gz
openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.bz2
openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.xz
openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.zip
Don't pull cli image when we're not containerized
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml1
1 files changed, 1 insertions, 0 deletions
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