Installation of EPEL repository is now part of RHEL YML file.

This commit is contained in:
jsaliba 2017-09-18 12:39:07 +02:00
parent 5b3623f9f1
commit b0a9f34bae
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
set_fact:
mongodb_major_version: "{{ mongodb_version[0:3] }}"
- name: Install EPEL release repository
package:
name: epel-release
state: present
- name: Add YUM repository
template:
src: mongodb.repo.j2