commit 54fd9d4c74066cb4bf0b27236997fe3490a4ec47 Author: hiro hiro@torproject.org Date: Sat Aug 31 15:39:27 2019 +0200
Update gettor tasks --- roles/gettor/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml index 9305f10..3c842bf 100644 --- a/roles/gettor/tasks/main.yml +++ b/roles/gettor/tasks/main.yml @@ -17,23 +17,23 @@ - name: create database command: > {{ gettor_path }}/scripts/create_db -n -c -o - virtualenv: {{ gettor_path }}/venv + virtualenv: "{{ gettor_path }}/venv" virtualenv_command: virtualenv
- name: add links command: > {{ gettor_path }}/scripts/add_links_to_db -f gettor.db - virtualenv: {{ gettor_path }}/venv + virtualenv: "{{ gettor_path }}/venv" virtualenv_command: virtualenv
- name: stop gettor command: > {{ gettor_path }}/bin gettor_service stop - virtualenv: {{ gettor_path }}/venv + virtualenv: "{{ gettor_path }}/venv" virtualenv_command: virtualenv
- name: start gettor command: > {{ gettor_path }}/bin gettor_service start - virtualenv: {{ gettor_path }}/venv + virtualenv: "{{ gettor_path }}/venv" virtualenv_command: virtualenv
tor-commits@lists.torproject.org