Merge pull request #362 from wazuh/fix-win64-auth-path

Fix auth path for 64bits Windows
This commit is contained in:
Jose M. Garcia 2020-02-14 15:12:34 +01:00 committed by GitHub
commit 291a818dad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
- name: Windows | Set Win Path (x64)
set_fact:
wazuh_agent_win_path: "{{ wazuh_winagent_config.install_dir }}"
wazuh_agent_win_auth_path: "{{ wazuh_winagent_config.auth_path_x86 }}"
wazuh_agent_win_auth_path: "{{ wazuh_winagent_config.auth_path }}"
when:
- not check_path.stat.exists