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

@@ -169,6 +169,14 @@
tags: ["site", "vaultwarden"]
tags: ["site", "vaultwarden"]
- name: Set gitea
ansible.builtin.include_role:
name: "app"
tasks_from: "services/set_gitea"
apply:
tags: ["site", "gitea"]
tags: ["site", "gitea"]
- name: Flush handlers right now
ansible.builtin.meta: "flush_handlers"