diff --git a/cookiecutter.json b/cookiecutter.json index 42c2416..067990b 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -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", diff --git a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml index 0214df8..bcbe403 100644 --- a/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml +++ b/{{cookiecutter.author}}.{{cookiecutter.role_name}}/meta/main.yml @@ -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: []