fix missing collection requirements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b608706c74
commit
3a0adba650
@ -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
2
meta/runtime.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
requires_ansible: ">=2.10"
|
Loading…
Reference in New Issue
Block a user