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 }})