This role adds the EPEL repository to RHEL.
- RHEL 8
ansible-galaxy install bwinfosec.add_epel
- name: Add EPEL to RHEL hosts
become: true
hosts: rhel
roles:
- bwinfosec.add_epel
This role includes a molecule test to execute on RHEL 8.
This work is licensed under the EUPL 1.2.
If you want to contribute feel free to do so by creating a pull request on github.