Skip to content

Commit c5b2437

Browse files
authored
fix Ansible Galaxy license statement (#2)
Signed-off-by: Daniel Chaffelson <[email protected]>
1 parent 2def4ba commit c5b2437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

galaxy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ description: Cloudera assets for managing Cloudera Clusters
4040

4141
# Either a single license or a list of licenses for content inside of a collection. Ansible Galaxy currently only
4242
# accepts L(SPDX,https://spdx.org/licenses/) licenses. This key is mutually exclusive with 'license_file'
43-
license:
44-
- GPL-2.0-or-later
43+
#license:
44+
#- GPL-2.0-or-later
4545

4646
# The path to the license file for the collection. This path is relative to the root of the collection. This key is
4747
# mutually exclusive with 'license'
48-
license_file: ''
48+
license_file: 'LICENSE'
4949

5050
# A list of tags you want to associate with the collection for indexing/searching. A tag name has the same character
5151
# requirements as 'namespace' and 'name'

0 commit comments

Comments
 (0)