Change Wazuh API build task to log info to "/tmp/build_wazuh_api_log."
This commit is contained in:
parent
886e96b182
commit
3acdd20dff
@ -101,6 +101,6 @@
|
||||
mode: "0700"
|
||||
|
||||
- name: Execute Wazuh API installation script
|
||||
command: /tmp/install_api.sh download
|
||||
shell: /tmp/install_api.sh download > /tmp/build_api_log.txt
|
||||
register: install_api
|
||||
changed_when: install_api.rc == 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user