Fix conditional for RHEL hosts
This commit is contained in:
parent
dbf436be04
commit
ae5a3d6f91
@ -30,7 +30,7 @@ wazuh_manager_sources_installation:
|
||||
threads: "2"
|
||||
|
||||
wazuh_api_sources_installation:
|
||||
enabled: false
|
||||
enabled: true
|
||||
branch: "v3.10.2"
|
||||
update: "y"
|
||||
remove: "y"
|
||||
|
||||
@ -123,7 +123,7 @@
|
||||
|
||||
- include_tasks: "../tasks/installation_from_sources.yml"
|
||||
when:
|
||||
- wazuh_manager_sources_installation.enabled
|
||||
- wazuh_manager_sources_installation.enabled or wazuh_api_sources_installation.enabled
|
||||
|
||||
- name: CentOS/RedHat/Amazon | Install Wazuh API
|
||||
package:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user