aboutsummaryrefslogtreecommitdiff
path: root/roles/gitea/handlers/main.yml
blob: 8b6a096d7e504b8b679a0080d10ced8134f60d25 (plain)
1
2
3
4
5
6
7
---
- name: Handle systemd
  systemd:
    name: gitea
    enabled: yes
    state: restarted
  become: yes