ansible-personal/roles/php5-fpm/handlers/main.yml
Alan Orth 60b8ecdd4c
Initial commit
Signed-off-by: Alan Orth <alan.orth@gmail.com>
2014-08-17 00:35:57 +03:00

6 lines
93 B
YAML

---
- name: restart php5-fpm
service: name=php5-fpm state=restarted
# vim: set ts=2 sw=2: