1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

uninstall EPEL

This commit is contained in:
Simon Kelly 2020-10-20 10:34:19 +02:00
parent 591377fdb3
commit 4d548718d0

View file

@ -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']