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