-
Notifications
You must be signed in to change notification settings - Fork 42
/
galaxy.yml
30 lines (29 loc) · 1.02 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# See https://docs.ansible.com/ansible/latest/dev_guide/collections_galaxy_meta.html
namespace: infra
name: leapp
version: 1.4.0
readme: README.md
authors:
- Bob Mader (github.com/swapdisk)
- Mike Savage (github.com/heatmiser)
- Jeffrey Cutter (github.com/jeffmcutter)
- David Danielsson (github.com/djdanielsson)
description: Ansible collection for running the leapp tool
license_file: LICENSE
tags:
# tags so people can search for collections https://galaxy.ansible.com/search
# tags are all lower-case, no spaces, no dashes.
- rhel
- upgrades
- linux
repository: https://github.com/redhat-cop/infra.leapp
# documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://github.com/redhat-cop/infra.leapp
issues: https://github.com/redhat-cop/infra.leapp/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
- .gitignore
- changelogs/.plugin-cache.yaml
dependencies: {}
...