Change Wazuh API build task to log info to "/tmp/build_wazuh_api_log."

This commit is contained in:
Jose M 2019-11-21 13:30:43 +01:00
parent 886e96b182
commit 3acdd20dff

View File

@ -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