0f3b5bb4a6
Change: - Missed needed gpg ignores Test Plan: - CI - ci_complete Signed-off-by: Rick Elrod <rick@elrod.me>
5 lines
275 B
YAML
5 lines
275 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
|
|
disable_gpg_check: true
|
|
when: ansible_facts.distribution in ['RedHat', 'CentOS']
|