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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 14:33:58 UTC 2019


commit 4f962ec5954729ccff09aea587d818e42a291e7b
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 16:33:56 2019 +0200

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

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index a23d67d..79001fc 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -31,10 +31,10 @@
 
 - name: stop gettor
   command: >
-    {{ gettor_path }}/venv/bin/python3 {{ gettor_path }}/bin gettor_service stop
+    {{ gettor_path }}/venv/bin/python3 ./bin gettor_service stop
   args:
     chdir: "{{ gettor_path }}"
 
 - name: start gettor
   command: >
-    {{ gettor_path }}/venv/bin/python3 {{ gettor_path }}/bin gettor_service start
+    {{ gettor_path }}/venv/bin/python3 ./bin gettor_service start



More information about the tor-commits mailing list