ansible-gitea-management/handlers/main.yml

8 lines
89 B
YAML

---
# Handlers
- name: restart_gitea
service:
name: gitea
state: restarted
...