diff --git a/ansible-wazuh-agent/tasks/Debian.yml b/ansible-wazuh-agent/tasks/Debian.yml index 2237df96..1c4ed03a 100644 --- a/ansible-wazuh-agent/tasks/Debian.yml +++ b/ansible-wazuh-agent/tasks/Debian.yml @@ -3,9 +3,8 @@ apt: name="{{ item }}" state=present update_cache=yes with_items: - apt-transport-https - - ca-certificates -- name: Debian/Ubuntu | Installing repository keyyyy +- name: Debian/Ubuntu | Installing repository key shell: curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add - - name: Debian/Ubuntu | Add Wazuh repositories