make it work on debian 12

This commit is contained in:
2024-02-13 18:28:55 +01:00
parent 5277c6a2da
commit d2bdd28804
8 changed files with 59 additions and 45 deletions

View File

@@ -2,5 +2,5 @@
# handlers file for php-fpm
- name: restart php-fpm
service:
name: php{{ php_version }}-php-fpm
name: php{{ php_version_nodot }}-php-fpm
state: restarted