mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
collection build produces FILES.json and METADATA.json, so add them to the .gitignore. Also, remove the version line from galaxy.yml.in since it's generated. Change-Id: I2ea0b04c8e56b3b7186ac2e9c475144340067636
20 lines
530 B
YAML
20 lines
530 B
YAML
namespace: openstack
|
|
name: cloud
|
|
readme: README.md
|
|
authors: Openstack
|
|
description: Openstack Ansible modules
|
|
license: GPL-3.0-or-later
|
|
license_file: COPYING
|
|
tags:
|
|
- cloud
|
|
- openstack
|
|
dependencies: {}
|
|
repository: https://opendev.org/openstack/ansible-collections-openstack.git
|
|
documentation: https://docs.openstack.org/ansible-collections-openstack
|
|
homepage: https://opendev.org
|
|
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack
|
|
build_ignore:
|
|
- build_artifact/
|
|
- "*.tar.gz"
|
|
- zuul.yaml
|