meta: update ansible galaxy collection metadata

This commit is contained in:
Johanna Dorothea Reichmann 2023-07-28 19:33:38 +02:00
parent 327e4c746c
commit 923b8155dd
Signed by: transcaffeine
GPG Key ID: 03624C433676E465
2 changed files with 8 additions and 6 deletions

View File

@ -3,13 +3,12 @@ name: fediverse
version: 0.0.1
readme: README.md
authors:
- Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu>
description: Various ansible roles for deploying fediverse software
- transcaffeine <transcaffeine@finally.coffee>
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

3
meta/runtime.yml Normal file
View File

@ -0,0 +1,3 @@
---
requires_ansible: ">=2.12"