enhance PHP configuration - add additional opcache settings and ensure apt keyring directory exists

This commit is contained in:
Ludovic Cartier
2025-10-22 17:26:04 +02:00
parent ed80433813
commit befa12b4fd
3 changed files with 45 additions and 8 deletions

View File

@@ -6,4 +6,5 @@
include_tasks: install.yml
- name: php | create fpm pools
include_tasks: fpm_pools.yml
include_tasks: fpm_pools.yml
when: php_pools is defined and php_pools | length > 0