Skip to content

Commit

Permalink
Merge branch 'hotfix-worker-api-conditional'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose M committed Mar 9, 2020
2 parents cf55550 + 58f0484 commit 52a81af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion roles/wazuh/ansible-wazuh-agent/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ wazuh_winagent_config:
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
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_agent_config:
repo:
Expand Down
2 changes: 0 additions & 2 deletions roles/wazuh/ansible-wazuh-manager/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
stat:
path: /usr/bin/node
register: node_service_status
when:
- wazuh_manager_config.cluster.node_type == "master"

- name: Install NodeJS repository
block:
Expand Down

0 comments on commit 52a81af

Please sign in to comment.