Ensure latest Wazuh version is installed.

This commit is contained in:
Miguelangel Freitas 2017-08-22 15:54:48 -04:00
parent 66ca4e3fd0
commit cfbbf49855
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -6,7 +6,7 @@
when: ansible_os_family == "Debian"
- name: Install wazuh-manager, wazuh-api and expect
package: pkg={{ item }} state=present
package: pkg={{ item }} state=latest
with_items:
- wazuh-manager
- wazuh-api