commit 9eb0b2f69fc07dd366219a3f66fb044e120a82e7 Author: hiro hiro@torproject.org Date: Fri Sep 27 18:15:36 2019 +0200
Fix shell exec --- roles/gettor-web/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/roles/gettor-web/tasks/main.yml b/roles/gettor-web/tasks/main.yml index 1adaedf..a5cabd0 100644 --- a/roles/gettor-web/tasks/main.yml +++ b/roles/gettor-web/tasks/main.yml @@ -32,8 +32,10 @@ shell: lektor build -O {{ home_path }}www args: chdir: "{{ gettor_web_path }}" + executable: /bin/bash
- name: update static component shell: static-update-component gettor.torproject.org args: chdir: "{{ gettor_web_path }}" + executable: /bin/bash
tor-commits@lists.torproject.org