diff --git a/wazuhagent.ansible.yaml b/wazuhagent.ansible.yaml index 48b5cfa..118aae2 100644 --- a/wazuhagent.ansible.yaml +++ b/wazuhagent.ansible.yaml @@ -42,7 +42,7 @@ - name: Wazuh | apt source ansible.builtin.apt_repository: - repo: "deb [signed-by=/usr/share/keyrings/wazuh.gpg] https://packages.wazuh.com/4.x/apt/ stable main" + repo: "deb [trusted=true] https://packages.wazuh.com/4.x/apt/ stable main" state: present - name: Wuzah install