Merge pull request #33 from paulcalabro/master

Updated Linux.yml
This commit is contained in:
Miguelangel Freitas 2018-07-02 20:31:13 -05:00 committed by GitHub
commit b41706fd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
- name: Linux | Install wazuh-agent - name: Linux | Install wazuh-agent
package: name=wazuh-agent state=latest package: name=wazuh-agent state=present
tags: tags:
- init - init