template docs link

This commit is contained in:
Robert Kaussow 2020-02-17 22:48:23 +01:00
parent 10e7af504e
commit 9c76b6598c
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,7 @@
"author_email": "mail@geeklabor.de",
"role_name": "my_role",
"role_description_short": "My demo role",
"role_category": "misc",
"role_min_ansible_version": "2.8",
"molecule_scenario": "centos-8",
"molecule_machine_size": "s-1vcpu-1gb",

View File

@ -3,12 +3,12 @@
[![Build Status](https://img.shields.io/drone/build/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }})
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/system/{{ cookiecutter.role_name }}/).
You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/roles/{{ cookiecutter.role_category }}/{{ cookiecutter.role_name }}/).
### License
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
### Maintainers and Contributors
## Maintainers and Contributors
[{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }})