wazuh-ansible-4.8.1/ansible-role-filebeat/tasks/RMDebian.yml

7 lines
247 B
YAML

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