summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 15:20:59 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-01-26 15:20:59 -0500
commit98f2de63f73da14ded4e2d0f5a2981b02b998f22 (patch)
tree3eaae29bb461fc98051b69edfd75eee34c33d363 /roles
parent4609a2a74f071ac53bbd1c052bbc75dc44ba8e44 (diff)
parent44fd85fdca317f171d00aadd233987ecd080b2b2 (diff)
downloadopenshift-98f2de63f73da14ded4e2d0f5a2981b02b998f22.tar.gz
openshift-98f2de63f73da14ded4e2d0f5a2981b02b998f22.tar.bz2
openshift-98f2de63f73da14ded4e2d0f5a2981b02b998f22.tar.xz
openshift-98f2de63f73da14ded4e2d0f5a2981b02b998f22.zip
Merge pull request #1280 from sjenning/replace-yum-dnf
replace yum with dnf
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_cli/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_cli/tasks/main.yml b/roles/openshift_cli/tasks/main.yml
index 2b53c9b8e..a6b6b1925 100644
--- a/roles/openshift_cli/tasks/main.yml
+++ b/roles/openshift_cli/tasks/main.yml
@@ -6,7 +6,7 @@
cli_image: "{{ osm_image | default(None) }}"
- name: Install clients
- yum: pkg={{ openshift.common.service_type }}-clients state=installed
+ action: "{{ ansible_pkg_mgr }} name={{ openshift.common.service_type }}-clients state=present"
when: not openshift.common.is_containerized | bool
- name: Pull CLI Image