Skip to content

Commit

Permalink
Installation of EPEL repository is now part of RHEL YML file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaliba committed Sep 18, 2017
1 parent 5b3623f commit b0a9f34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/install.redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0a9f34

Please sign in to comment.