meta: update ansible galaxy collection metadata

This commit is contained in:
transcaffeine 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 version: 0.0.1
readme: README.md readme: README.md
authors: authors:
- Johanna Dorothea Reichmann <transcaffeine@finallycoffee.eu> - transcaffeine <transcaffeine@finally.coffee>
description: Various ansible roles for deploying fediverse software description: Deploying fediverse software, mostly ActivityPub based
dependencies: dependencies:
"community.docker": "^1.10.0" "community.docker": "^1.10.0"
license: license_file: LICENSE.md
- CNPLv7+
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'
repository: https://git.finallycoffee.eu/finallycoffee.eu/fediverse repository: https://git.finally.coffee/finallycoffee/fediverse
issues: https://git.finallycoffee.eu/finallycoffee.eu/fediverse/issues issues: https://git.finally.coffee/finallycoffee/fediverse/issues

3
meta/runtime.yml Normal file
View File

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