1
0
Fork 0
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:
root 2022-12-29 10:29:01 -05:00
parent 81004687c8
commit eba3225b7c
6 changed files with 7 additions and 7 deletions

View file

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