add role name and namespace to meta file

This commit is contained in:
Robert Kaussow 2021-04-23 12:20:01 +02:00
parent f0f3b51e87
commit ea4d10281a
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"author": "xoxys",
"author_full": "Robert Kaussow",
"author_email": "mail@thegeeklab.de",
"namespace": "xoxys",
"role_name": "my_role",
"role_description_short": "My demo role",
"role_category": "misc",

View File

@ -3,6 +3,8 @@
galaxy_info:
# @meta author:value: [{{ cookiecutter.author_full }}](https://gitea.rknet.org/{{ cookiecutter.author }})
author: "{{ cookiecutter.author_full }} <{{ cookiecutter.author_email }}>"
namespace: {{ cookiecutter.namespace }}
role_name: {{ cookiecutter.role_name }}
# @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 }})
@ -17,5 +19,5 @@ galaxy_info:
- name: EL
versions:
- 7
galaxy_tags:
galaxy_tags: []
dependencies: []