fix service name in handler
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user