f2e605c856
- use setup_epel role rather than task which contains correct URL now since it has changed for EL8 - add conditional to setup_epel to prevent attempted installation on non-RHEL distros
4 lines
247 B
YAML
4 lines
247 B
YAML
- 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
|
|
when: ansible_facts.distribution in ['RedHat', 'CentOS']
|