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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user