8 lines
267 B
YAML
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
|