now with one logrorate conf file per phpversion instead of per site

This commit is contained in:
2025-09-04 11:18:48 +02:00
parent b7d8e461eb
commit 26eec53f99
2 changed files with 9 additions and 5 deletions

View File

@@ -100,4 +100,4 @@
- name: configure logrotate
template:
src: logrotate.conf.jj
dest: "/etc/logrotate.d/php-fpm_{{ php_pool_name }}_{{ php_fpm_pool_user }}.conf"
dest: "/etc/logrotate.d/php-fpm-{{php_version }}.conf"