Writing the Gitea role.

This commit is contained in:
Tom
2026-02-09 13:04:40 +01:00
commit f45e4cc076
6 changed files with 280 additions and 0 deletions

9
handlers/main.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: Reload_systemd
ansible.builtin.systemd_service:
daemon_reload: true
- name: Restart_gitea
ansible.builtin.systemd_service:
name: gitea.service
state: restarted