Skip to content

Commit b0a9f34

Browse files
committed
Installation of EPEL repository is now part of RHEL YML file.
1 parent 5b3623f commit b0a9f34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/install.redhat.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
set_fact:
55
mongodb_major_version: "{{ mongodb_version[0:3] }}"
66

7+
- name: Install EPEL release repository
8+
package:
9+
name: epel-release
10+
state: present
11+
712
- name: Add YUM repository
813
template:
914
src: mongodb.repo.j2

0 commit comments

Comments
 (0)