From 0fc90b71ef08286d1ddc816750c2567875c03210 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Sun, 15 Feb 2026 07:42:12 +0100 Subject: [PATCH] docs: Install with Ansible Galaxy Signed-off-by: Julien Riou --- meta/main.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index 3f5647c..94ae890 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,3 +1,18 @@ --- dependencies: - role: geerlingguy.docker + +galaxy_info: + role_name: jriou.forgejo + author: jriou + description: Ansible role to manage a Forgejo instance + license_file: LICENSE + min_ansible_version: 2.18 + platforms: + - name: Debian + versions: + - bullseye + - bookworm + - trixie + galaxy_tags: + - forgejo