maintenance

This commit is contained in:
Robert Kaussow 2021-04-21 21:22:16 +02:00
parent 6e8a75e275
commit f0f3b51e87
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Robert Kaussow <mail@thegeeklab.de>
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -5,7 +5,7 @@
"role_name": "my_role",
"role_description_short": "My demo role",
"role_category": "misc",
"role_min_ansible_version": "2.8",
"role_min_ansible_version": "2.10",
"molecule_scenario": "centos-7",
"molecule_machine_size": "cx11",
"git_server": "gitea.rknet.org:ansible",

View File

@ -3,7 +3,7 @@
[![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/roles/{{ cookiecutter.role_category }}/{{ cookiecutter.role_name }}/).
{{ cookiecutter.role_description_short }}. You can find the full documentation at [https://galaxy.geekdocs.de](https://galaxy.geekdocs.de/roles/{{ cookiecutter.role_category }}/{{ cookiecutter.role_name }}/).
## License

View File

@ -1,4 +1,4 @@
# Standards: 0.1
# Standards: 0.2
---
galaxy_info:
# @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }})
@ -8,7 +8,7 @@ galaxy_info:
# [![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)
#
# {{ cookiecutter.role_description_short }}
# {{ cookiecutter.role_description_short }}.
# @end
description: {{ cookiecutter.role_description_short }}
license: MIT