forked from infra/ansible
14 lines
236 B
YAML
14 lines
236 B
YAML
|
---
|
||
|
|
||
|
- name: Run acertmgr
|
||
|
command: /usr/bin/acertmgr
|
||
|
|
||
|
- name: Restart gitea
|
||
|
service: name=gitea state=restarted
|
||
|
|
||
|
- name: Restart nginx
|
||
|
service: name=nginx state=restarted
|
||
|
|
||
|
- name: Reload systemd
|
||
|
command: systemctl daemon-reload
|