diff options
Diffstat (limited to 'roles')
| -rw-r--r-- | roles/openshift_facts/tasks/main.yml | 4 | 
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 | 
