Revert "Install EPEL for repo_server role"

As EPEL is now deployed in the LXC cache and by the pip_install
role, this is no longer required.

This reverts commit efd2195438.

Change-Id: Ifc5fc9a61136210bbacf56b27aa1d348c5f9c31d
This commit is contained in:
Jesse Pretorius (odyssey4me) 2017-03-10 16:02:31 +00:00
parent efd2195438
commit 403afa02d4
1 changed files with 0 additions and 9 deletions

View File

@ -20,15 +20,6 @@
when:
- ansible_pkg_mgr == 'apt'
# NOTE: The pip_install role configures the RDO repository to be at a higher
# priority than EPEL. Packages from RDO will be preferred over EPEL.
- name: Install EPEL repository
yum:
name: epel-release
state: "{{ repo_server_package_state }}"
when:
- ansible_pkg_mgr == 'yum'
- name: Install repo server packages
package:
name: "{{ item }}"