commit e7d7f17e601647e3f7a77ed3d8192200226f204b Author: hiro hiro@torproject.org Date: Fri Sep 27 17:01:24 2019 +0200
Change virtualenv command --- roles/gettor/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index db186b4..6b3d0a8 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -34,9 +34,6 @@ args: chdir: "{{ gettor_path }}"
-- name: activate virtualenv - command: source {{ gettor_path }}/venv/bin/activate - - name: create database command: > {{ gettor_path }}/venv/bin/python3 {{ gettor_path }}/scripts/create_db -n -c -o -f gettor.db