mirror of https://github.com/ansible/ansible.git
Install EPEL on RHEL using RPM from S3.
parent
e9d1dd51d2
commit
dd09a9a9fd
@ -0,0 +1 @@
|
|||||||
|
needs/target/setup_epel
|
||||||
@ -0,0 +1,3 @@
|
|||||||
|
- name: Install EPEL
|
||||||
|
yum:
|
||||||
|
name: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/setup_epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm
|
||||||
@ -0,0 +1 @@
|
|||||||
|
needs/target/setup_epel
|
||||||
Loading…
Reference in New Issue