Files
homelab/ansible/roles/gitea/handlers/main.yml
T

6 lines
74 B
YAML

---
- name: Restart gitea
systemd:
name: gitea
state: restarted