[tor-commits] [gettor/master] Update gettor tasks

hiro at torproject.org hiro at torproject.org
Sat Aug 31 13:46:51 UTC 2019


commit 8ebe3c379f559735788bf89f7ce0a0794014dbdd
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 15:46:49 2019 +0200

    Update gettor tasks
---
 roles/gettor/tasks/main.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 87ab8a1..7f46421 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -12,14 +12,15 @@
 - name: export stats
   command: >
     ./scripts/export_stats
-  args:                                                                     
+  args:
     chdir: "{{ gettor_path }}"
 
 - name: create database
   command: >
     {{ gettor_path }}/scripts/create_db -n -c -o
-  virtualenv: "{{ gettor_path }}/venv"
-  virtualenv_command: virtualenv
+  args:
+    virtualenv: "{{ gettor_path }}/venv"
+    virtualenv_command: virtualenv
 
 - name: add links
   command: >



More information about the tor-commits mailing list