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