From 327a4e62ee15ea3558b64bd35380cb47340af434 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 21 May 2021 12:21:38 -0400 Subject: [PATCH] lokole/tasks/install.yml: Further comment out Apache --- roles/lokole/tasks/install.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index b5aec38ff..67d40520e 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -122,12 +122,12 @@ . {{ lokole_run_directory }}/webapp_secrets.sh {{ lokole_venv }}/bin/manage.py createadmin --name='{{ lokole_admin_user }}' --password='{{ lokole_admin_password }}' -- name: Install /etc/{{ apache_conf_dir }}/lokole.conf from template, for http://box{{ lokole_url }} via Apache # http://box/lokole - template: - src: lokole.conf.j2 - dest: "/etc/{{ apache_conf_dir }}/lokole.conf" - mode: 0644 - when: apache_install +#- name: Install /etc/{{ apache_conf_dir }}/lokole.conf from template, for http://box{{ lokole_url }} via Apache # http://box/lokole +# template: +# src: lokole.conf.j2 +# dest: "/etc/{{ apache_conf_dir }}/lokole.conf" +# mode: 0644 +# when: apache_install - name: Install unit files {lokole.service, celery.service, celerybeat.service, lokole_restarter.service} into /etc/systemd/system, from template template: