Add EPEL repo for python-pip
This commit is contained in:
parent
9b3369417a
commit
3b95716114
@ -1,4 +1,10 @@
|
||||
---
|
||||
- name: Pull in EPEL Repo
|
||||
yum:
|
||||
name: epel-release
|
||||
state: installed
|
||||
become: True
|
||||
|
||||
- name: Ensure required packages are installed
|
||||
yum:
|
||||
name: "{{ item }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user