[tor-commits] [gettor/master] Fix shell exec

hiro at torproject.org hiro at torproject.org
Fri Sep 27 16:25:04 UTC 2019


commit 3426421e82d82d5aea7a69d694f9945240cbac9f
Author: hiro <hiro at 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



More information about the tor-commits mailing list