1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Store System TZ into fpm/php.ini & cli/php.ini for Matomo etc

This commit is contained in:
root 2022-12-30 14:39:46 +05:30
parent abf5e08f3f
commit a02c452110
14 changed files with 71 additions and 57 deletions

View file

@ -39,9 +39,9 @@
# 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: "Run roles/www_options/tasks/php-settings.yml with 'nginx_high_php_limits: False' by default"
include_tasks: roles/www_options/tasks/php-settings.yml
when: php_settings_done is undefined
- name: Delete {{ downloads_dir }}/wordpress.tar.gz if it exists