[tor-commits] [gettor/master] Update gettor tasks
hiro at torproject.org
hiro at torproject.org
Sat Aug 31 14:35:34 UTC 2019
commit b0b3581d0ee03302f40c17f51ea12fbc2e21b5cc
Author: hiro <hiro at torproject.org>
Date: Sat Aug 31 16:35:31 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 79001fc..fadacb6 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 ./bin gettor_service stop
+ ./bin gettor_service stop
args:
chdir: "{{ gettor_path }}"
- name: start gettor
command: >
- {{ gettor_path }}/venv/bin/python3 ./bin gettor_service start
+ ./bin gettor_service start
More information about the tor-commits
mailing list