Adding suggested licenses to the ansible-galaxy meta template
This commit is contained in:
parent
17f0c9e477
commit
593098108e
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ galaxy_info:
|
|||
author: {{ author }}
|
||||
description: {{description}}
|
||||
company: {{ company }}
|
||||
# Some suggested licenses:
|
||||
# - BSD (default)
|
||||
# - MIT
|
||||
# - GPLv2
|
||||
# - GPLv3
|
||||
# - Apache
|
||||
# - CC-BY
|
||||
license: {{ license }}
|
||||
min_ansible_version: {{ min_ansible_version }}
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue