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

7 lines
180 B
YAML

---
- name: Debian/Ubuntu | Remove Filebeat repository (and clean up left-over metadata)
apt_repository:
repo: "{{ wazuh_repo.apt }}"
state: absent
changed_when: false