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:
parent
591377fdb3
commit
4d548718d0
1 changed files with 6 additions and 0 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue