Explorar o código

Merge pull request #6453 from sdodson/fix-versioned-install

Ensure that clients are version bound
Scott Dodson %!s(int64=7) %!d(string=hai) anos
pai
achega
374b5386d5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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