mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Rename flag to set_php_limits_done (so it runs once at most, per Ansible run)
This commit is contained in:
parent
81004687c8
commit
eba3225b7c
6 changed files with 7 additions and 7 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- 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 is undefined
|
||||
when: set_php_limits_done is undefined
|
||||
|
||||
|
||||
# 2021-06-29: PHP modules, covering "RECOMMENDED" and "OPTIONAL" sections here:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue