wazuh-ansible-4.8.1/roles/opensearch/wazuh-indexer/tasks/RMRedHat.yml
2022-02-07 17:01:52 -03:00

8 lines
262 B
YAML

---
- name: RedHat/CentOS/Fedora | Remove Wazuh-Indexer repository (and clean up left-over metadata)
## 732 will not be needed and if it is needed the wazuh repo should be removed.
yum_repository:
name: wazuh_repo
state: absent
changed_when: false