fix missing collection requirements
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-03-27 14:45:47 +01:00
parent b608706c74
commit 3a0adba650
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,7 @@ namespace: xoxys
name: general
# The version is generated during the release by Drone CI.
version: 0.0.0
readme: README.md
authors:
- Robert Kaussow <mail@thegeeklab.de>
description: Custom general Ansible collection
@ -12,5 +13,6 @@ license_file: "LICENSE"
tags:
- misc
dependencies: {}
repository: https://gitea.rknet.org/ansible/xoxys.general
repository: https://gitea.rknet.org/ansible/xoxys.general/
homepage: https://thegeeklab.de/
documentation: https://galaxy.geekdocs.de/collections/general/

2
meta/runtime.yml Normal file
View File

@ -0,0 +1,2 @@
---
requires_ansible: ">=2.10"