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

hiro at torproject.org hiro at torproject.org
Sat Aug 31 14:32:54 UTC 2019


commit 3124c2a1b68d618fce20d02de3fc113fac2e1f70
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 16:32:51 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 4212be2..a23d67d 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -32,7 +32,8 @@
 - name: stop gettor
   command: >
     {{ gettor_path }}/venv/bin/python3 {{ gettor_path }}/bin gettor_service stop
-
+  args:
+    chdir: "{{ gettor_path }}"
 
 - name: start gettor
   command: >



More information about the tor-commits mailing list