Adding suggested licenses to the ansible-galaxy meta template

This commit is contained in:
James Cammarata 2014-01-24 15:34:01 -06:00
parent 17f0c9e477
commit 593098108e

View file

@ -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 }}
#