1
0
Fork 0
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:
root 2022-12-29 11:48:17 -05:00
parent 3dbfabcd8d
commit 2a7eba7297
5 changed files with 20 additions and 20 deletions

View file

@ -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: