[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Update gettor tasks
commit 54fd9d4c74066cb4bf0b27236997fe3490a4ec47
Author: hiro <hiro@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits