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
2022-04-05 20:42:12 -04:00

10 lines
157 B
YAML

- name: Restart gitea
service:
name: gitea
state: restarted
- name: Run daemon-reload for gitea
systemd:
daemon_reload: yes
name: gitea