forgejo: Initial version of role

This commit is contained in:
Timo Makinen 2025-03-06 19:22:39 +00:00
parent 4031afdbdb
commit c479b7fcea
6 changed files with 217 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
forgejo_url: >-
{{
"https://codeberg.org/forgejo/forgejo/releases/download/v" +
forgejo_version + "/forgejo-" + forgejo_version + "-" +
ansible_system | lower + "-amd64"
}}