[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Update gettor tasks
commit 9d32489c5af0675952a89aaa12f286f8755078fd
Author: hiro <hiro@xxxxxxxxxxxxxx>
Date: Sat Aug 31 15:32:02 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 4db55da..89c53ef 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -15,13 +15,13 @@
- name: virtualenv start
command: >
- virtualenv venv
+ virtualenv {{ gettor_path }}/venv
environment:
PATH: "{{ gettor_path }}"
- name: virtualenv activate
command: >
- source venv/bin/activate
+ source {{ gettor_path }}/venv/bin/activate
environment:
PATH: "{{ gettor_path }}"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits