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

7 lines
213 B
YAML
Executable File

---
- name: Remove Wazuh repository (and clean up left-over metadata)
apt_repository:
repo: deb https://packages.wazuh.com/apt {{ ansible_distribution_release }} main
state: absent
changed_when: false