Install EPEL for security role

The security role needs to install packages from EPEL.

Closes-bug: 1670798
Change-Id: Ia6a6ba19ec164e852b83492f4992f25e8df49308
This commit is contained in:
Major Hayden
2017-03-07 13:25:25 -06:00
parent 5f2d563e51
commit 12dd05b0a8

View File

@@ -50,4 +50,11 @@
tags:
- always
- name: Install EPEL repository
yum:
name: epel-release
state: "{{ security_package_state }}"
when:
- ansible_pkg_mgr == 'yum'
- include: "{{ stig_version }}stig/main.yml"