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:
Andrew Crosby
2019-02-22 00:54:02 -05:00
committed by ansibot
parent d2297c50d2
commit bc2bbff6bc
5 changed files with 25 additions and 57 deletions

View File

@@ -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']