瀏覽代碼

Don't pull cli image when we're not containerized

Scott Dodson 9 年之前
父節點
當前提交
c5a0a9611f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/upgrade.yml

+ 1 - 0
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