From 5e59bcc3185230ee559fffe8bbf5fa8c7e42f82d Mon Sep 17 00:00:00 2001 From: transcaffeine Date: Sat, 5 Jul 2025 19:01:50 +0200 Subject: [PATCH] chore(gotosocial): add ansible galaxy role metadata --- roles/gotosocial/meta/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 roles/gotosocial/meta/main.yml diff --git a/roles/gotosocial/meta/main.yml b/roles/gotosocial/meta/main.yml new file mode 100644 index 0000000..b77f81a --- /dev/null +++ b/roles/gotosocial/meta/main.yml @@ -0,0 +1,14 @@ +--- +allow_duplicates: true +dependencies: [] +galaxy_info: + role_name: gotosocial + description: >-2 + Deploy GoToSocial, a lightweight, customizable and safety-focused + activitypub server written in golang. + galaxy_tags: + - gotosocial + - gts + - docker + - activitypub + - fediverse