
27 Sep
2019
27 Sep
'19
2:49 p.m.
commit d3c0d4cab2edb826aa1a2a7ce687505cb4127f08 Author: hiro <hiro@torproject.org> Date: Fri Sep 27 16:49:04 2019 +0200 Fix quote bug --- roles/gettor-web/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/gettor-web/tasks/main.yml b/roles/gettor-web/tasks/main.yml index 8d383de..f281e36 100644 --- a/roles/gettor-web/tasks/main.yml +++ b/roles/gettor-web/tasks/main.yml @@ -20,7 +20,7 @@ - pip: name: lektor - virtualenv: {{ gettor_web_path }}/venv + virtualenv: "{{ gettor_web_path }}/venv" - name: activate virtualenv command: . {{ gettor_web_path }}/venv/bin/activate