diff --git a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml index 5baba3c..d00cf86 100644 --- a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml +++ b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml @@ -1,15 +1,15 @@ # Standards: 0.1 --- galaxy_info: -# @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }}) + # @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }}) author: "{{ cookiecutter.author_full }} <{{ cookiecutter.author_email }}>" -# @meta description: > -# [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}) -# [![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 }} -# @end + # @meta description: > + # [![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.role_name }}) + # [![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 }} + # @end description: {{ cookiecutter.role_description_short }} license: MIT min_ansible_version: {{ cookiecutter.role_min_ansible_version }}