From 0f559ccafeca1b3a2221fe0faf51f30667ae2455 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 23 Jan 2020 19:34:28 -0500 Subject: [PATCH] Clean httpd/tasks/main.yml & mitigate #2123 --- roles/httpd/tasks/main.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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: