diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index fe2a8e047..e3fd8d11c 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -1,12 +1,11 @@ - include_tasks: install.yml - #tags: base - - include_tasks: html.yml - #tags: base -# Partially fixes search @ http://box/modules/es-wikihow (on RPi anyway) see https://github.com/iiab/iiab/issues/829 -- include_tasks: php-stem.yml - #tags: base +# 2018-07-18: Partially fixes search @ http://box/modules/es-wikihow (on RPi +# anyway) https://github.com/iiab/iiab/issues/829 & PR #925 +# 2020-01-23: Deprecated as @tim-moody's attempt to revive this for PHP 7.3 +# instead of 7.0 failed: https://github.com/iiab/iiab/issues/2123 +#- include_tasks: php-stem.yml - name: Install /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (Script can be run manually and/or at the end of Stage 4 = roles/4-server-options/tasks/main.yml) template: