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

7 lines
219 B
YAML
Executable File

---
- name: Debian/Ubuntu | Remove Filebeat repository (and clean up left-over metadata)
apt_repository:
repo: deb https://artifacts.elastic.co/packages/7.x/apt stable main
state: absent
changed_when: false