2014-08-16 23:35:57 +02:00
|
|
|
---
|
2016-04-15 23:39:05 +02:00
|
|
|
# For Debian 8
|
2014-08-16 23:35:57 +02:00
|
|
|
- name: restart php5-fpm
|
|
|
|
service: name=php5-fpm state=restarted
|
|
|
|
|
2016-04-15 23:39:05 +02:00
|
|
|
# For Ubuntu 16.04
|
|
|
|
- name: restart php7.0-fpm
|
|
|
|
service: name=php7.0-fpm state=restarted
|
|
|
|
|
2014-08-16 23:35:57 +02:00
|
|
|
# vim: set ts=2 sw=2:
|