mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Install EPEL on RHEL using RPM from S3.
This commit is contained in:
3
test/integration/targets/setup_epel/tasks/main.yml
Normal file
3
test/integration/targets/setup_epel/tasks/main.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user