mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
uninstall EPEL
This commit is contained in:
@@ -65,3 +65,9 @@
|
||||
package:
|
||||
name: monit
|
||||
state: absent
|
||||
|
||||
- name: uninstall EPEL
|
||||
yum:
|
||||
name: epel-release
|
||||
state: absent
|
||||
when: ansible_facts.distribution in ['RedHat', 'CentOS']
|
||||
|
||||
Reference in New Issue
Block a user