Update Debian.yml

This commit is contained in:
Pedro Sanchez 2017-07-12 03:43:20 +02:00 committed by GitHub
parent 5859da2f2c
commit 68017f5f62

View File

@ -3,9 +3,8 @@
apt: name="{{ item }}" state=present update_cache=yes apt: name="{{ item }}" state=present update_cache=yes
with_items: with_items:
- apt-transport-https - 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 - shell: curl -s https://packages.wazuh.com/key/GPG-KEY-WAZUH | apt-key add -
- name: Debian/Ubuntu | Add Wazuh repositories - name: Debian/Ubuntu | Add Wazuh repositories