roles/php-fpm: Use systemd module instead of service
This commit is contained in:
parent
7aafa1553b
commit
2a230ceff4
@ -5,6 +5,6 @@
|
|||||||
|
|
||||||
# For Ubuntu 16.04
|
# For Ubuntu 16.04
|
||||||
- name: restart php7.0-fpm
|
- 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:
|
# vim: set ts=2 sw=2:
|
||||||
|
Loading…
Reference in New Issue
Block a user