From 9d4a4959e7cd7146071bfafdad894b58d39c855e Mon Sep 17 00:00:00 2001 From: Scott Dodson Date: Tue, 12 Dec 2017 16:04:10 -0500 Subject: Ensure that clients are version bound --- roles/openshift_cli/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/openshift_cli') diff --git a/roles/openshift_cli/tasks/main.yml b/roles/openshift_cli/tasks/main.yml index a90143aa3..888aa8f0c 100644 --- a/roles/openshift_cli/tasks/main.yml +++ b/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 -- cgit v1.2.1