mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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 }}
|
author: {{ author }}
|
||||||
description: {{description}}
|
description: {{description}}
|
||||||
company: {{ company }}
|
company: {{ company }}
|
||||||
|
# Some suggested licenses:
|
||||||
|
# - BSD (default)
|
||||||
|
# - MIT
|
||||||
|
# - GPLv2
|
||||||
|
# - GPLv3
|
||||||
|
# - Apache
|
||||||
|
# - CC-BY
|
||||||
license: {{ license }}
|
license: {{ license }}
|
||||||
min_ansible_version: {{ min_ansible_version }}
|
min_ansible_version: {{ min_ansible_version }}
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue