use generic service module in solution
This commit is contained in:
parent
88844d7270
commit
1a0a299310
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- name: Restart Nginx
|
- name: Restart Nginx
|
||||||
become: true
|
become: true
|
||||||
sysvinit:
|
service:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: started
|
state: started
|
||||||
# vim: set ft=yaml sw=2 et:
|
# vim: set ft=yaml sw=2 et:
|
||||||
|
|
Loading…
Reference in a new issue