Handler for nginx.
This commit is contained in:
parent
1062e416f7
commit
9dfd17824f
1 changed files with 4 additions and 0 deletions
|
@ -7,3 +7,7 @@
|
|||
|
||||
- name: reload systemd service files
|
||||
command: systemctl daemon-reload
|
||||
|
||||
- name: restart nginx
|
||||
service: name=nginx state=restarted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue