From fe7ee42703ce41aae32a6e9e19fad4ce6faf7e37 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Aug 2021 20:26:28 -0400 Subject: [PATCH] www_options/tasks/main.yml: Clarify 3 php.ini files --- roles/www_options/tasks/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/www_options/tasks/main.yml b/roles/www_options/tasks/main.yml index 99889b480..646b88b93 100644 --- a/roles/www_options/tasks/main.yml +++ b/roles/www_options/tasks/main.yml @@ -89,8 +89,9 @@ # clauses (to reset/restore PHP's defaults) are not necessary at this time. # 2021-06-28: WITH PHP 8, MOODLE'S CLI INSTALLER UNFORTUNATELY *REQUIRES* - # editing /etc/php/{{ php_version }}/cli/php.ini (below) -- even though during - # regular operation it instead uses .../apache2/php.ini or .../fpm/php.ini + # editing /etc/php/{{ php_version }}/cli/php.ini (below) -- though during + # regular operation it uses: .../fpm/php.ini + # And in the past it used: .../apache2/php.ini # # SEE ALSO roles/moodle/tasks/install.yml WHERE SIMILAR SURGERY'S DONE TO # /etc/php/{{ php_version }}/apache2/php.ini UNTIL MOODLE'S PORTED TO NGINX!