roles/php-fpm: Use systemd module instead of service

This commit is contained in:
Alan Orth 2017-11-03 11:53:03 +02:00
parent 7aafa1553b
commit 2a230ceff4
1 changed files with 1 additions and 1 deletions

View File

@ -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: