From d72900908e69e1abb73114caabec24e26ef579fe Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 22 May 2021 23:08:55 -0400 Subject: [PATCH] moodle/tasks/install.yml: Clarif that nginx_high_php_limits auto-kicks in (when: moodle_install) --- roles/moodle/tasks/install.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/moodle/tasks/install.yml b/roles/moodle/tasks/install.yml index 94ee8077d..89600b196 100644 --- a/roles/moodle/tasks/install.yml +++ b/roles/moodle/tasks/install.yml @@ -1,3 +1,10 @@ +# 2021-05-22: FYI nginx_high_php_limits is effectively now auto-enabled by +# www_options/tasks/main.yml#L81-L94 (as required by Moodle 3.11 with PHP 8) IF +# 'moodle_install: True'. Happens at the end of 4-server-options/tasks/main.yml +# See the 6 settings in /etc/php/{{ php_version }}/fpm/php.ini -- which Moodle +# should take advantage of soon, as it transitions from Apache to Moodle: #2785 + + - name: "Set 'apache_install: True' and 'apache_enabled: True'" set_fact: apache_install: True