2019-04-05 19:06:22 +02:00
|
|
|
- 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
|
2020-09-01 01:41:07 +02:00
|
|
|
disable_gpg_check: true
|
2019-11-15 23:37:13 +01:00
|
|
|
when: ansible_facts.distribution in ['RedHat', 'CentOS']
|