7 lines
248 B
YAML
7 lines
248 B
YAML
---
|
|
# Remove ELK REPOSITORY and Wazuh repositories from sources list.
|
|
- name: Remove Filebeat repository (and clean up left-over metadata)
|
|
apt_repository:
|
|
repo: ddeb https://artifacts.elastic.co/packages/5.x/apt stable main
|
|
state: absent
|