forked from infra/ansible
11 lines
185 B
YAML
11 lines
185 B
YAML
---
|
|
|
|
- name: Restart nginx
|
|
service: name=nginx state=restarted
|
|
|
|
- name: Restart uwsgi
|
|
service: name=uwsgi state=restarted
|
|
|
|
- name: Run acertmgr
|
|
command: /opt/acertmgr/acertmgr.py
|