Merge pull request #615 from wazuh/603-fix-remo-removal

Changed APT repository removal variable
This commit is contained in:
José Fernández Aguilera 2021-08-06 13:37:20 +02:00 committed by GitHub
commit 193649bcf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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