Merge "Use debug.log instead of dumping task output for classification"
This commit is contained in:
commit
2960b7fa1e
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user