diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-04-26 10:02:07 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-04-26 14:28:04 -0400 |
commit | c5a0a9611f32171fa9a0194fe48716ff77636eab (patch) | |
tree | 0efba50c927f66dd65c74873feaf7cfc9b6c681d /playbooks | |
parent | 7c6d0d70e2371bd9abb6feb4e6c098ae4ddb5143 (diff) | |
download | openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.gz openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.bz2 openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.tar.xz openshift-c5a0a9611f32171fa9a0194fe48716ff77636eab.zip |
Don't pull cli image when we're not containerized
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml | 1 |
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 |