ansible/roles/php/handlers/main.yml

5 lines
126 B
YAML
Raw Normal View History

2014-08-21 19:25:40 +00:00
- name: stop php-fpm
2014-08-12 15:43:53 +00:00
service: name=php-fpm state=restarted
2014-08-21 19:25:40 +00:00
- name: Reload systemd
action: command systemctl daemon-reload