fix service name in handler

This commit is contained in:
2024-03-07 09:22:59 +01:00
parent 57a2eb71da
commit 4bbaa585a6

View File

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