6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
# Remove Nodejs and Wazuh repositories from sources list.
|
|
- apt_repository:
|
|
repo: deb https://packages.wazuh.com/apt {{ ansible_distribution_release }} main
|
|
state: absent
|