Merge "allow output for ara logs"

This commit is contained in:
Jenkins 2017-07-16 06:41:50 +00:00 committed by Gerrit Code Review
commit 9f7cca4412
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- name: Setup repos on live host
shell: >
set -o pipefail &&
{{ repo_setup_dir }}/repo_setup.sh 2>&1 {{ timestamper_cmd }} >
{{ repo_setup_log }}
{{ repo_setup_dir }}/repo_setup.sh 2>&1 {{ timestamper_cmd }}
| tee -a {{ repo_setup_log }}
become: true