mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update galaxy cli metadata file templates (#51398)
* Remove github_branch from galaxy meta file templates Signed-off-by: Andrew Crosby <acrosby@redhat.com> * Update galaxy meta license examples to valid SPDX IDs Signed-off-by: Andrew Crosby <acrosby@redhat.com>
This commit is contained in:
@@ -210,7 +210,7 @@ class GalaxyCLI(CLI):
|
||||
author='your name',
|
||||
description='your description',
|
||||
company='your company (optional)',
|
||||
license='license (GPLv2, CC-BY, etc)',
|
||||
license='license (GPL-2.0-or-later, MIT, etc)',
|
||||
issue_tracker_url='http://example.com/issue/tracker',
|
||||
min_ansible_version='2.4',
|
||||
role_type=context.CLIARGS['role_type']
|
||||
|
||||
Reference in New Issue
Block a user