homelab/roles/gitea/handlers/main.yml

6 lines
96 B
YAML
Raw Normal View History

2024-08-09 13:53:13 +02:00
---
- name: 'restart gitea'
ansible.builtin.service:
name: 'gitea'
state: 'restarted'