Merge "Revert "Install EPEL for os_horizon""

This commit is contained in:
Jenkins 2017-03-10 19:58:05 +00:00 committed by Gerrit Code Review
commit f9ea9f3598

@ -44,15 +44,6 @@
- { src: "/var/log/httpd", dest: "/var/log/apache2" }
when: ansible_pkg_mgr == 'yum'
# 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: "{{ horizon_package_state }}"
when:
- ansible_pkg_mgr == 'yum'
- name: Install distro packages
package:
name: "{{ item }}"