fix default formatting

This commit is contained in:
Robert Kaussow 2020-09-29 23:26:59 +02:00
parent cd1266cda2
commit f29c6327b8
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 8 additions and 8 deletions

View File

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