mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
CLARIF: Moodle uses cli/php.ini during install, but fpm/php.ini later on
This commit is contained in:
parent
7ad9ed71ff
commit
87f740bb13
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
dest: "{{ moodle_base }}"
|
||||
mode: 0755
|
||||
|
||||
- name: Execute {{ moodle_base }}/moodle_installer IF {{ moodle_base }}/config.php doesn't yet exist -- REQUIRES 'max_input_vars = 5000' (or higher) in /etc/php/{{ php_version }}/cli/php.ini IF PHP 8+ (as set up by www_options/tasks/main.yml) -- WHEREAS LATER Moodle uses /etc/php/{{ php_version }}/fpm/php.ini during regular operation
|
||||
- name: Execute {{ moodle_base }}/moodle_installer IF {{ moodle_base }}/config.php doesn't yet exist -- REQUIRES 'max_input_vars = 5000' (or higher) in /etc/php/{{ php_version }}/cli/php.ini IF PHP 8+ (as set up by www_options/tasks/main.yml) -- WHEREAS LATER ON Moodle uses /etc/php/{{ php_version }}/fpm/php.ini during regular operation
|
||||
shell: "{{ moodle_base }}/moodle_installer"
|
||||
args:
|
||||
creates: "{{ moodle_base }}/config.php"
|
||||
|
|
Loading…
Add table
Reference in a new issue