mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Merge pull request #5301 from AlanCoding/galaxy_ignore
Add ignore list for Ansible 2.10 Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -14,3 +14,8 @@ readme: README.md
|
|||||||
repository: https://github.com/ansible/awx
|
repository: https://github.com/ansible/awx
|
||||||
tags: []
|
tags: []
|
||||||
version: {{ collection_version }}
|
version: {{ collection_version }}
|
||||||
|
build_ignore:
|
||||||
|
- setup.cfg
|
||||||
|
- galaxy.yml.j2
|
||||||
|
- template_galaxy.yml
|
||||||
|
- '*.tar.gz'
|
||||||
|
|||||||
Reference in New Issue
Block a user