blob: 09a5db0ad9642b571a460bc3d1457b2329352180 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- awx-22.7.0/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2.orig 2023-08-29 08:57:46.938791463 -0400
+++ awx-22.7.0/awx_collection/tools/roles/template_galaxy/templates/galaxy.yml.j2 2023-08-29 08:58:55.165887946 -0400
@@ -18,7 +18,7 @@
homepage: https://www.ansible.com/
issues: https://github.com/ansible/awx/issues?q=is%3Aissue+label%3Acomponent%3Aawx_collection
license:
- - GPL-3.0-only
+ - GPL-3.0-or-later
name: {{ collection_package }}
namespace: {{ collection_namespace }}
readme: README.md
@@ -36,3 +36,11 @@
- galaxy.yml.j2
- template_galaxy.yml
- '*.tar.gz'
+ - tests
+ - test
+ - images
+ - README.md
+ - TESTING.md
+ - COPYING
+ - bindep.txt
+ - requirements.txt
|