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

8 lines
267 B
YAML

---
- name: RedHat/CentOS/Fedora | Remove Elasticsearch 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: opendistro_repo
state: absent
changed_when: false