Add 'restart php-fpm' handler.

This commit is contained in:
Jeff Geerling 2014-05-19 12:51:46 -05:00
parent 437a650036
commit 35e35e023d

View File

@ -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