[gettor/master] Fix shell exec

27 Sep
2019
27 Sep
'19
4:25 p.m.
commit 3426421e82d82d5aea7a69d694f9945240cbac9f Author: hiro <hiro@torproject.org> Date: Fri Sep 27 18:25:02 2019 +0200 Fix shell exec --- 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 a5cabd0..9e821f1 100644 --- a/roles/gettor-web/tasks/main.yml +++ b/roles/gettor-web/tasks/main.yml @@ -29,7 +29,7 @@ executable: /bin/bash - name: lektor build - shell: lektor build -O {{ home_path }}www + shell: venv/bin/lektor build -O {{ home_path }}www args: chdir: "{{ gettor_web_path }}" executable: /bin/bash
2108
Age (days ago)
2108
Last active (days ago)
0 comments
1 participants
participants (1)
-
hiro@torproject.org