mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-20 18:19:50 +00:00
Installation of EPEL repository is now part of RHEL YML file.
This commit is contained in:
parent
5b3623f9f1
commit
b0a9f34bae
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user