7 lines
213 B
YAML
7 lines
213 B
YAML
---
|
|
- 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
|