wazuh-ansible-4.8.1/ansible-wazuh-manager/tasks/RMRedHat.yml
2017-07-12 18:53:50 -04:00

11 lines
294 B
YAML

---
- name: RedHat/CentOS/Fedora | Remove NodeJS repository (and clean up left-over metadata)
yum_repository:
name: NodeJS
state: absent
- name: RedHat/CentOS/Fedora | Remove Wazuh repository (and clean up left-over metadata)
yum_repository:
name: wazuh_repo
state: absent