소스 검색

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