Merge pull request #362 from wazuh/fix-win64-auth-path
Fix auth path for 64bits Windows
This commit is contained in:
commit
291a818dad
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user