ansible-gitea-role/handlers/main.yml

8 lines
130 B
YAML
Raw Normal View History

2023-04-14 20:27:41 +02:00
---
# handlers file for Ansible-Gitea-Role
2023-04-16 14:23:58 +02:00
- name: Restart Gitea
ansible.builtin.service:
name: gitea
state: restarted