forked from infra/ansible
11 lines
187 B
YAML
11 lines
187 B
YAML
|
---
|
||
|
|
||
|
- name: Restart hackmd
|
||
|
service: name=hackmd state=restarted
|
||
|
|
||
|
- name: Restart nginx
|
||
|
service: name=nginx state=restarted
|
||
|
|
||
|
- name: Reload systemd
|
||
|
command: systemctl daemon-reload
|