Merge pull request #615 from wazuh/603-fix-remo-removal
Changed APT repository removal variable
This commit is contained in:
commit
193649bcf3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user