Merge branch 'hotfix-worker-api-conditional'

This commit is contained in:
Jose M 2020-03-09 09:50:42 +01:00
commit 52a81af988
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
2 changed files with 1 additions and 3 deletions

View File

@ -61,7 +61,7 @@ wazuh_winagent_config:
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise # Adding quotes to auth_path_x86 since win_shell outputs error otherwise
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
md5: 87ce22038688efb44d95f9daff472056 md5: 87ce22038688efb44d95f9daff472056
wazuh_winagent_config_url: https://packages.wazuh.com/3.x/windows/wazuh-agent-3.11.3-1.msi wazuh_winagent_config_url: https://packages.wazuh.com/3.x/windows/wazuh-agent-3.11.4-1.msi
wazuh_winagent_package_name: wazuh-agent-3.11.4-1.msi wazuh_winagent_package_name: wazuh-agent-3.11.4-1.msi
wazuh_agent_config: wazuh_agent_config:
repo: repo:

View File

@ -11,8 +11,6 @@
stat: stat:
path: /usr/bin/node path: /usr/bin/node
register: node_service_status register: node_service_status
when:
- wazuh_manager_config.cluster.node_type == "master"
- name: Install NodeJS repository - name: Install NodeJS repository
block: block: