summaryrefslogtreecommitdiffstats
path: root/roles/openshift_facts/tasks/main.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-19 11:43:49 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-19 11:43:49 -0400
commit087ca095ec720c3132324e29c129bd17e3d822e5 (patch)
tree8d489d8b466a3e1d48857f7d30c9e68d4d09cbda /roles/openshift_facts/tasks/main.yml
parentc78e91c7d4a304cc5d20135e96206008407c5f6f (diff)
downloadopenshift-087ca095ec720c3132324e29c129bd17e3d822e5.tar.gz
openshift-087ca095ec720c3132324e29c129bd17e3d822e5.tar.bz2
openshift-087ca095ec720c3132324e29c129bd17e3d822e5.tar.xz
openshift-087ca095ec720c3132324e29c129bd17e3d822e5.zip
Ensure yum-utils installed.
Diffstat (limited to 'roles/openshift_facts/tasks/main.yml')
-rw-r--r--roles/openshift_facts/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_facts/tasks/main.yml b/roles/openshift_facts/tasks/main.yml
index f092f021f..ca1a9b1e4 100644
--- a/roles/openshift_facts/tasks/main.yml
+++ b/roles/openshift_facts/tasks/main.yml
@@ -19,6 +19,10 @@
action: "{{ ansible_pkg_mgr }} name=PyYAML state=present"
when: not l_is_atomic | bool
+- name: Ensure yum-utils is installed
+ action: "{{ ansible_pkg_mgr }} name=yum-utils state=present"
+ when: not l_is_atomic | bool
+
- name: Gather Cluster facts and set is_containerized if needed
openshift_facts:
role: common