New major version fixes

This commit is contained in:
zenidd 2020-10-23 13:21:32 +02:00
parent dee32f7b79
commit 2f33aa20c5
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
register: agent_auth_output register: agent_auth_output
notify: Windows | Restart Wazuh Agent notify: Windows | Restart Wazuh Agent
when: when:
- wazuh_agent_authd.enable - wazuh_agent_authd.enable == true
- not check_windows_key.stat.exists or check_windows_key.stat.size == 0 - not check_windows_key.stat.exists or check_windows_key.stat.size == 0
- wazuh_agent_authd.registration_address is not none - wazuh_agent_authd.registration_address is not none
tags: tags:

View File

@ -161,7 +161,7 @@
owner=root owner=root
group=ossec group=ossec
mode=0640 mode=0640
notify: restart wazuh-api notify: restart wazuh-manager
when: when:
- wazuh_manager_config.cluster.node_type == "master" - wazuh_manager_config.cluster.node_type == "master"
tags: tags: