Remove product_id parameter from windows Agent. Update md5
This commit is contained in:
parent
120ed163b6
commit
b9695dc905
@ -29,8 +29,7 @@ wazuh_winagent_config:
|
||||
version: '3.10.0'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: ee5b24216db472d291da4e14f0b3bc63
|
||||
register_key: 9903C258-FC1E-4886-B7DB-1535976EC1D5
|
||||
md5: 2bceb80901f22b56221658aceb64b914
|
||||
wazuh_agent_config:
|
||||
active_response:
|
||||
ar_disabled: 'no'
|
||||
|
||||
@ -42,7 +42,6 @@
|
||||
- name: Windows | Install Agent if not already installed
|
||||
win_package:
|
||||
path: "{{ wazuh_winagent_config.download_dir }}wazuh-agent-{{ wazuh_winagent_config.version }}-{{ wazuh_winagent_config.revision }}.msi"
|
||||
product_id: '{{ "{" }}{{ wazuh_winagent_config.register_key }}{{ "}" }}'
|
||||
state: present
|
||||
|
||||
- name: Windows | Check if client.keys exists
|
||||
|
||||
Loading…
Reference in New Issue
Block a user