|
@@ -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
|