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
|
@ -40,11 +40,6 @@
|
|||
# var: php_new
|
||||
|
||||
|
||||
- name: "Run roles/www_options/tasks/set-php-limits.yml with 'nginx_high_php_limits: False' by default"
|
||||
include_tasks: roles/www_options/tasks/set-php-limits.yml
|
||||
when: set_php_limits_done is undefined
|
||||
|
||||
|
||||
# February 2020: See @m-anish's PR #2119 and follow-up PR #2258.
|
||||
# 2021-07-06: If you're running Nextcloud 22+ in production, carefully check the latest required AND recommended prereqs:
|
||||
# https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation
|
||||
|
@ -91,6 +86,10 @@
|
|||
# state: present
|
||||
# when: php_version is version('8.0', '<')
|
||||
|
||||
- name: "Run roles/www_options/tasks/set-php-limits.yml with 'nginx_high_php_limits: False' by default"
|
||||
include_tasks: roles/www_options/tasks/set-php-limits.yml
|
||||
when: set_php_limits_done is undefined
|
||||
|
||||
|
||||
- name: Create dir {{ nextcloud_root_dir }} (by default 755 dirs & 644 files)
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue