mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Also run php-settings.yml if nginx_high_php_limits
This commit is contained in:
parent
d0158ec50b
commit
3f1d25bb44
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
# WordPress) so './runrole <ROLE>' and similar are fully self-sufficient!
|
||||
- name: "Run php-settings.yml -- allows post-install toggling of nginx_high_php_limits in /etc/iiab/local_vars.yml -- if you run './runrole www_options'"
|
||||
include_tasks: php-settings.yml
|
||||
when: matomo_install or moodle_install or nextcloud_install or pbx_install or wordpress_install
|
||||
when: nginx_high_php_limits or matomo_install or moodle_install or nextcloud_install or pbx_install or wordpress_install
|
||||
|
||||
|
||||
# 'Is a "Rapid Power Off" button possible for low-electricity environments?'
|
||||
|
|
Loading…
Reference in a new issue