This is a simple Ansible role that installs/uninstall the epel_release meta package. This package contains the Extra Packages for Enterprise Linux (EPEL) repository.
epel_release_installed: true
- epel_release_installed: Default: true. Put false to uninstall the epel_release.
See below an example of usage for the module.
- hosts: localhost
connection: local
become: true
roles:
- { role: mauromedda.ansible_role_epel, epel_release_installed: true }
BSD
Mauro Medda < medda.mauro at gmail dot com >