xoxys.general/galaxy.yml
Robert Kaussow 4f9f06c715
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: add build_ignore to cleanup release tarball
2021-03-27 15:26:04 +01:00

25 lines
522 B
YAML

---
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
license:
- MIT
license_file: "LICENSE"
tags:
- misc
repository: https://gitea.rknet.org/ansible/xoxys.general/
homepage: https://thegeeklab.de/
documentation: https://galaxy.geekdocs.de/collections/general/
build_ignore:
- ".*"
- "*requirements.txt"
- docs
- test
- dist
- setup.cfg