Format updates for "installation_from_sources.yml"
This commit is contained in:
parent
0329441817
commit
a6d614610e
@ -1,4 +1,5 @@
|
||||
---
|
||||
---
|
||||
|
||||
- name: Install dependencies to build Wazuh packages
|
||||
package:
|
||||
name:
|
||||
@ -61,7 +62,7 @@
|
||||
group: root
|
||||
mode: '644'
|
||||
|
||||
- name: Executing "install.sh" script to build and install the Wazuh Manager
|
||||
- name: Executing "install.sh" script to build and install the Wazuh Agent
|
||||
shell: ./install.sh > /tmp/build_log.txt
|
||||
register: installation_result
|
||||
changed_when: installation_result == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user