Update classificaton arguments

Previously browbeat-ml had only one feature that started with --u
and it was for updating the db, now that there is also one for updating
the classifier the short version is ambiguous and fails builds. This
updates the passed argument

Change-Id: I5cc00a766f13d8e1246b08c32052376beb832f4e
This commit is contained in:
jkilpatr 2017-07-22 20:12:39 -04:00
parent 5b21d92ef3
commit 9dd8fca764

View File

@ -15,7 +15,7 @@
virtualenv: "{{ ansible_env.HOME }}/browbeat-venv"
- name: Run Browbeat-ML on uuid
shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --summary-uuid {{browbeat_uuid.stdout}} --u True "
shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --summary-uuid {{browbeat_uuid.stdout}} --update-db True "
register: browbeatml_summary
- debug: msg="{{ browbeatml_summary.stdout_lines }}"