1.3.0 Release gitea

This commit is contained in:
2026-03-15 06:17:01 +09:00
parent 90277b2d4e
commit 8311fcf53e
12 changed files with 294 additions and 2 deletions

View File

@@ -9,3 +9,14 @@
changed_when: false
listen: "notification_restart_vaultwarden"
ignore_errors: true # noqa: ignore-errors
- name: Restart gitea
ansible.builtin.systemd:
name: "gitea.service"
state: "restarted"
enabled: true
scope: "user"
daemon_reload: true
changed_when: false
listen: "notification_restart_gitea"
ignore_errors: true # noqa: ignore-errors