diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index 36b25a674..5fd7681e4 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -35,6 +35,15 @@ tags: - configure +- name: Configure Gunicorn + template: + src: webapp.sh.j2 + dest: "{{ lokole_run_directory }}/webapp.sh" + tags: + - configure + + + # Everything below this line is unused - name: Copy lokole httpd conf file