wazuh-ansible-4.8.1/ansible-wazuh-manager/tasks/RMDebian.yml
2017-07-12 18:53:50 -04:00

11 lines
351 B
YAML

---
- name: Debian/Ubuntu | Remove Wazuh repository.
apt_repository:
repo: deb https://packages.wazuh.com/apt {{ ansible_distribution_release }} main
state: absent
- name: Debian/Ubuntu | Remove Nodejs repository.
apt_repository:
repo: deb https://deb.nodesource.com/node_6.x {{ ansible_distribution_release }} main
state: absent