fix missing collection requirements
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-03-27 14:45:47 +01:00
parent b608706c74
commit 3a0adba650
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 1 deletions

View File

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