commit f2c7fb80e4ee1d016eff23ace0477e844277eb08 Author: hiro hiro@torproject.org Date: Fri Sep 27 16:59:46 2019 +0200
Change virtualenv command --- roles/gettor/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index 7713401..db186b4 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -35,7 +35,7 @@ chdir: "{{ gettor_path }}"
- name: activate virtualenv - command: . {{ gettor_path }}/venv/bin/activate + command: source {{ gettor_path }}/venv/bin/activate
- name: create database command: >