ansible-gitea-management/handlers/main.yml

8 lines
89 B
YAML
Raw Normal View History

2022-03-04 05:15:25 +00:00
---
# Handlers
- name: restart_gitea
service:
name: gitea
state: restarted
...