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"