use generic service module in solution

This commit is contained in:
Cedric Girard 2018-12-06 16:47:13 +01:00
parent 88844d7270
commit 1a0a299310
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- name: Restart Nginx
become: true
sysvinit:
service:
name: nginx
state: started
# vim: set ft=yaml sw=2 et: