ソースを参照

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