minor: Add Gitea to SCM role

This commit is contained in:
2026-04-08 18:05:00 -03:00
commit 8417362549
14 changed files with 572 additions and 0 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
#SPDX-License-Identifier: GPL-3.0-only
---
- name: gitea_restart
ansible.builtin.systemd:
name: '{{ gitea_name }}.service'
state: restarted