Merge "Use debug.log instead of dumping task output for classification"

This commit is contained in:
Jenkins 2017-07-11 12:22:46 +00:00 committed by Gerrit Code Review
commit 2960b7fa1e
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
dest: /tmp
- name: Parse uuid from variable
shell: "sh /tmp/uuid_extract.sh {{ ansible_env.HOME }}/browbeat/results/browbeat_run.log"
shell: "sh /tmp/uuid_extract.sh {{ ansible_env.HOME }}/browbeat/log/debug.log"
register: browbeat_uuid
- name: Clone and Install Browbeat-ML dependencies

View File

@ -4,5 +4,4 @@
shell:
"source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; \
cd {{ ansible_env.HOME }}/browbeat/; \
python browbeat.py all |& tee {{ ansible_env.HOME }}/browbeat/results/browbeat_run.log"
python browbeat.py all"