Adds some meta information
This commit is contained in:
parent
01d8b7e3dc
commit
2f9c04c49f
2 changed files with 8 additions and 5 deletions
|
@ -41,7 +41,8 @@ Example Playbook
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
MIT
|
- BSD-3-Clause
|
||||||
|
- MIT
|
||||||
|
|
||||||
Author Information
|
Author Information
|
||||||
------------------
|
------------------
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: your name
|
author: jotbe
|
||||||
description: your description
|
description: Common packages and configuration
|
||||||
company: your company (optional)
|
company: ""
|
||||||
|
|
||||||
# If the issue tracker for your role is not on github, uncomment the
|
# If the issue tracker for your role is not on github, uncomment the
|
||||||
# next line and provide a value
|
# next line and provide a value
|
||||||
|
@ -14,7 +14,9 @@ galaxy_info:
|
||||||
# - GPL-3.0-only
|
# - GPL-3.0-only
|
||||||
# - Apache-2.0
|
# - Apache-2.0
|
||||||
# - CC-BY-4.0
|
# - CC-BY-4.0
|
||||||
license: license (GPL-2.0-or-later, MIT, etc)
|
license:
|
||||||
|
- BSD-3-Clause
|
||||||
|
- MIT
|
||||||
|
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue