소스 검색

Ensure that clients are version bound

Scott Dodson 7 년 전
부모
커밋
9d4a4959e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_cli/tasks/main.yml

+ 1 - 1
roles/openshift_cli/tasks/main.yml

@@ -1,6 +1,6 @@
 ---
 - name: Install clients
-  package: name={{ openshift_service_type }}-clients state=present
+  package: name={{ openshift_service_type }}-clients{{ openshift_pkg_version | default('') }} state=present
   when: not openshift.common.is_containerized | bool
   register: result
   until: result | success