Skip to content

Commit

Permalink
Revert "Install EPEL for repo_server role"
Browse files Browse the repository at this point in the history
As EPEL is now deployed in the LXC cache and by the pip_install
role, this is no longer required.

This reverts commit 6106d6c.

Change-Id: I2441f881059cd942345f4a01cbd82c643263010d
  • Loading branch information
Jesse Pretorius (odyssey4me) committed Mar 10, 2017
1 parent 6106d6c commit 7ea0820
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tasks/repo_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 7ea0820

Please sign in to comment.