forked from infra/ansible
11 lines
177 B
YAML
11 lines
177 B
YAML
---
|
|
|
|
- name: Restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: Restart uwsgi
|
|
service: name=uwsgi state=restarted
|
|
|
|
- name: Run acertmgr
|
|
command: /usr/bin/acertmgr
|