ansible-roles/php/handlers/main.yml

12 lines
156 B
YAML
Raw Normal View History

2017-02-21 12:03:46 +01:00
---
- name: restart php5-fpm
service:
name: php5-fpm
state: restarted
2017-02-21 12:03:46 +01:00
- name: restart php-fpm
service:
name: php-fpm
state: restarted