This repository has been archived on 2023-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
homeserver-ansible/roles/services/gitea/handlers/main.yml

10 lines
157 B
YAML
Raw Permalink Normal View History

2022-03-01 17:43:44 -05:00
- name: Restart gitea
service:
name: gitea
state: restarted
2022-04-05 20:42:12 -04:00
- name: Run daemon-reload for gitea
systemd:
daemon_reload: yes
name: gitea