Adding suggested licenses to the ansible-galaxy meta template

pull/5758/head
James Cammarata 11 years ago
parent 17f0c9e477
commit 593098108e

@ -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…
Cancel
Save