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