From 9c76b6598cc5b091d797c4167257b7d7af85984e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Feb 2020 22:48:23 +0100 Subject: [PATCH] template docs link --- cookiecutter.json | 1 + .../README.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/cookiecutter.json b/cookiecutter.json index 25c2c0d..851ee96 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -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", diff --git a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/README.md b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/README.md index a4429ea..78c7da3 100644 --- a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/README.md +++ b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/README.md @@ -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 }})