commit 64e3c9122c57112ef44ab8b4dcdf66cdf5441098 Author: hiro hiro@torproject.org Date: Sat Aug 31 16:11:29 2019 +0200
Update gettor tasks --- roles/gettor/tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index 3a2aa48..30081c2 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -20,9 +20,10 @@ 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 - template: src=venv_exec.j2 dest={{ gettor_path }}/venv/exec mode=755 +
- name: add links command: >