mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-28 12:45:16 +01:00
Add 'restart php-fpm' handler.
This commit is contained in:
parent
437a650036
commit
35e35e023d
@ -1,3 +1,7 @@
|
||||
---
|
||||
- name: restart webserver
|
||||
service: "name={{ php_webserver_daemon }} state=restarted"
|
||||
|
||||
- name: restart php-fpm
|
||||
service: "name=php-fpm state=restarted"
|
||||
when: php_enable_php_fpm
|
||||
|
Loading…
Reference in New Issue
Block a user