Add 'restart webserver' handler.

This commit is contained in:
Jeff Geerling 2014-05-02 22:27:38 -05:00
parent 7908233ae6
commit 1652fe7da7

3
handlers/main.yml Normal file
View File

@ -0,0 +1,3 @@
---
- name: restart webserver
service: "name={{ php_webserver_daemon }} state=restarted"