fix service name in handler
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
# handlers file for php-fpm
|
# handlers file for php-fpm
|
||||||
- name: restart php-fpm
|
- name: restart php-fpm
|
||||||
service:
|
service:
|
||||||
name: php{{ php_version_nodot }}-php-fpm
|
name: "{{ php_service_name }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
Reference in New Issue
Block a user