Alan Orth
b0524d2a2e
I don't need or want to support Debian 8 anymore so I can remove all references to it in comments and code.
7 lines
127 B
YAML
7 lines
127 B
YAML
---
|
|
# For Ubuntu 16.04 and Debian 9
|
|
- name: reload php7.0-fpm
|
|
systemd: name=php7.0-fpm state=reloaded
|
|
|
|
# vim: set ts=2 sw=2:
|