commit 57e6d6c88c0f7093fbbe5a13afffca6305b9a6e7 Author: hiro hiro@torproject.org Date: Sat Aug 31 15:41:59 2019 +0200
Update gettor tasks --- roles/gettor/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index c5251be..87ab8a1 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -12,7 +12,8 @@ - name: export stats command: > ./scripts/export_stats - chdir: "{{ gettor_path }}" + args: + chdir: "{{ gettor_path }}"
- name: create database command: >
tor-commits@lists.torproject.org