mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Set PHP limits right after PHP reqs/recs, so each role installs smoothly
This commit is contained in:
parent
3dbfabcd8d
commit
2a7eba7297
5 changed files with 20 additions and 20 deletions
|
@ -17,11 +17,6 @@
|
|||
name: postgresql
|
||||
|
||||
|
||||
- name: "Run roles/www_options/tasks/set-php-limits.yml with 'nginx_high_php_limits: True' by default"
|
||||
include_tasks: roles/www_options/tasks/set-php-limits.yml
|
||||
when: set_php_limits_done is undefined
|
||||
|
||||
|
||||
# 2021-07-02: Let's monitor & learn from these 2 pages year-by-year:
|
||||
# https://docs.moodle.org/19/en/PHP_settings_by_Moodle_version#PHP_Extensions_and_libraries
|
||||
# https://github.com/moodlebox/moodlebox/blob/master/roles/packages/vars/main.yml
|
||||
|
@ -49,6 +44,11 @@
|
|||
- php{{ php_version }}-zip # 2021-06-27: Likewise installed in nextcloud/tasks/install.yml, pbx/tasks/freepbx_dependencies.yml, wordpress/tasks/install.yml
|
||||
state: present
|
||||
|
||||
- name: "Run roles/www_options/tasks/set-php-limits.yml with 'nginx_high_php_limits: True' by default"
|
||||
include_tasks: roles/www_options/tasks/set-php-limits.yml
|
||||
when: set_php_limits_done is undefined
|
||||
|
||||
|
||||
- name: "MOODLE PRE-RELEASE TESTING: Download (clone) {{ moodle_repo_url }} branch 'master' to {{ moodle_base }} (~389 MB initially, ~416 MB later) if OS PHP {{ php_version }} >= 8.2"
|
||||
git:
|
||||
repo: "{{ moodle_repo_url }}" # https://github.com/moodle/moodle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue