roles/php-fpm: Use systemd module instead of service
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
|
||||
# For Ubuntu 16.04
|
||||
- name: restart php7.0-fpm
|
||||
service: name=php7.0-fpm state=restarted
|
||||
systemd: name=php7.0-fpm state=restarted
|
||||
|
||||
# vim: set ts=2 sw=2:
|
||||
|
Reference in New Issue
Block a user