Remove epel-release / python-pip from role

These are dependencies our role requires. As such, they should be
installed by the user.

Change-Id: I736463187b3210ccada6b7c5f9202047ce6b0e86
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2016-08-27 18:05:59 -04:00
parent 0be7476761
commit bc0cb78b77
5 changed files with 3 additions and 11 deletions

View File

@@ -17,15 +17,6 @@
zuul_build_depends: "{{ __zuul_build_depends | list }}"
when: zuul_build_depends is not defined
# NOTE(pabelanger): This needs to be here for now, since we need python-pip.
- name: Ensure EPEL is enabled.
become: yes
package:
name: epel-release
state: installed
when: (zuul_install_method == 'git' or zuul_install_method == 'pip') and
ansible_os_family == 'RedHat'
- name: Ensure build dependencies are installed.
become: yes
package: