mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Ensure nginx_high_php_limits when nginx_enabled
This commit is contained in:
parent
8b3b20c1b0
commit
6267832525
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
when: nginx_install | bool
|
||||
|
||||
- debug:
|
||||
msg: 'THE 3 ANSIBLE STANZAS BELOW ONLY RUN... when: (moodle_install or nextcloud_install or pbx_install or wordpress_install) and nginx_enabled'
|
||||
msg: 'THE 3 ANSIBLE STANZAS BELOW ONLY RUN... when: (nginx_high_php_limits or moodle_install or nextcloud_install or pbx_install or wordpress_install) and nginx_enabled'
|
||||
|
||||
- block: # 3-STANZA BLOCK BEGINS
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
|||
name: "php{{ php_version }}-fpm"
|
||||
state: restarted
|
||||
|
||||
when: (moodle_install or nextcloud_install or pbx_install or wordpress_install) and nginx_enabled # 3-STANZA BLOCK ENDS
|
||||
when: (nginx_high_php_limits or moodle_install or nextcloud_install or pbx_install or wordpress_install) and nginx_enabled # 3-STANZA BLOCK ENDS
|
||||
|
||||
|
||||
# 'Is a "Rapid Power Off" button possible for low-electricity environments?'
|
||||
|
|
Loading…
Reference in a new issue