ansible-php/handlers/main.yml

6 lines
109 B
YAML
Raw Normal View History

2015-07-22 14:40:20 +07:00
---
2015-07-23 15:40:33 +07:00
- name: restart php-fpm
2016-01-22 21:57:29 +07:00
service: name='{{ php_fpm_service }}' state=restarted
2015-07-27 23:09:52 +07:00
when: php_install_fpm