Merge branch 'wazuh-release-v3.12.0_7.6.1' of github.com:wazuh/wazuh-ansible into wazuh-release-v3.12.0_7.6.1

This commit is contained in:
Manuel Gutierrez 2020-03-24 20:27:31 +01:00
commit 14307bd22a
2 changed files with 4 additions and 0 deletions

View File

@ -531,6 +531,9 @@
"sha1_before": { "sha1_before": {
"type": "keyword" "type": "keyword"
}, },
"hard_links": {
"type": "keyword"
},
"sha1_after": { "sha1_after": {
"type": "keyword" "type": "keyword"
}, },

View File

@ -41,6 +41,7 @@
when: when:
- wazuh_winagent_config.check_md5 - wazuh_winagent_config.check_md5
- name: Windows | Install Agent if not already installed - name: Windows | Install Agent if not already installed
win_package: win_package:
path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}" path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}"