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

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


commit bc870821f8eeec371b62401a87adb5b14b6be0a1
Author: hiro <hiro at torproject.org>
Date:   Sat Aug 31 16:29:29 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 df97000..14a1b50 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -21,8 +21,8 @@
   args:
     chdir: "{{ gettor_path }}"
 
-- name: create virtualenv
-  command: >
+- name: activate virtualenv
+  shell: >
     source {{ gettor_path }}/venv/bin/activate
   args:
     chdir: "{{ gettor_path }}"



More information about the tor-commits mailing list