[tor-commits] [gettor/master] Update gettor tasks
hiro at torproject.org
hiro at torproject.org
Sat Aug 31 14:13:47 UTC 2019
commit 0a829a36b02d2e6ada5cdabb1f447c77a53c64e8
Author: hiro <hiro at torproject.org>
Date: Sat Aug 31 16:13:44 2019 +0200
Update gettor tasks
---
roles/gettor/tasks/main.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 30081c2..8c8d61c 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -19,12 +19,16 @@
args:
chdir: "{{ gettor_path }}"
+- name: create virtualenv
+ command: >
+ source {{ gettor_path }}/venv/bin/activate
+ args:
+ chdir: "{{ gettor_path }}"
+
- name: create database
- template: src=venv_exec.j2 dest={{ gettor_path }}/venv/exec mode=755
command: >
{{ gettor_path }}/scripts/create_db -n -c -o
-
- name: add links
command: >
{{ gettor_path }}/scripts/add_links_to_db -f gettor.db
More information about the tor-commits
mailing list