From ce48bcad070c0e894e36cb0d3e56e88d44d11123 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 7 Oct 2019 14:37:17 -0400 Subject: [PATCH] Install common Apache modules upfront, not in {kiwix, kolibri} --- roles/kiwix/tasks/kiwix_install.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/roles/kiwix/tasks/kiwix_install.yml b/roles/kiwix/tasks/kiwix_install.yml index 5df6c4a16..542df81a5 100644 --- a/roles/kiwix/tasks/kiwix_install.yml +++ b/roles/kiwix/tasks/kiwix_install.yml @@ -71,16 +71,17 @@ # 3. ENABLE MODS FOR APACHE PROXY IF DEBUNTU +# 2019-10-07: Moved to roles/httpd/tasks/main.yml # 2019-09-29: Compare roles/kolibri/defaults/main.yml using just 1 (proxy_http) -- name: Enable the 4 mods which permit Apache to proxy (debuntu) - apache2_module: - name: "{{ item }}" - with_items: - - proxy - - proxy_html - - proxy_http - - rewrite - when: is_debuntu | bool +#- name: Enable the 4 mods which permit Apache to proxy (debuntu) +# apache2_module: +# name: "{{ item }}" +# with_items: +# - proxy +# - proxy_html +# - proxy_http +# - rewrite +# when: is_debuntu | bool # 4. CREATE/ENABLE/RESTART (OR DISABLE) KIWIX SERVICE & ITS CRON JOB