From 923b8155dd3228dca97f2c016bdc8d70af190c7c Mon Sep 17 00:00:00 2001 From: Johanna Dorothea Reichmann Date: Fri, 28 Jul 2023 19:33:38 +0200 Subject: [PATCH] meta: update ansible galaxy collection metadata --- galaxy.yml | 11 +++++------ meta/runtime.yml | 3 +++ 2 files changed, 8 insertions(+), 6 deletions(-) create mode 100644 meta/runtime.yml diff --git a/galaxy.yml b/galaxy.yml index 900d105..a0ba31f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -3,13 +3,12 @@ name: fediverse version: 0.0.1 readme: README.md authors: -- Johanna Dorothea Reichmann -description: Various ansible roles for deploying fediverse software +- transcaffeine +description: Deploying fediverse software, mostly ActivityPub based dependencies: "community.docker": "^1.10.0" -license: -- CNPLv7+ +license_file: LICENSE.md build_ignore: - '*.tar.gz' -repository: https://git.finallycoffee.eu/finallycoffee.eu/fediverse -issues: https://git.finallycoffee.eu/finallycoffee.eu/fediverse/issues +repository: https://git.finally.coffee/finallycoffee/fediverse +issues: https://git.finally.coffee/finallycoffee/fediverse/issues diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..6230a64 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,3 @@ +--- + +requires_ansible: ">=2.12"