Fix auth path for 64bits Windows
This commit is contained in:
parent
b3396a6909
commit
abdbab9247
@ -14,7 +14,7 @@
|
|||||||
- name: Windows | Set Win Path (x64)
|
- name: Windows | Set Win Path (x64)
|
||||||
set_fact:
|
set_fact:
|
||||||
wazuh_agent_win_path: "{{ wazuh_winagent_config.install_dir }}"
|
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:
|
when:
|
||||||
- not check_path.stat.exists
|
- not check_path.stat.exists
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user