fix variable names

This commit is contained in:
Robert Kaussow 2020-08-17 21:07:35 +02:00
parent 75c0e8672b
commit 0cc7238d6c
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env sh
if hash git 2>/dev/null; then
cd {{cookiecutter.collection_name}}
git init
git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.collection_name }}.git
fi

View File

@ -3,7 +3,7 @@
[![Build Status](https://img.shields.io/drone/build/ansible/{{ cookiecutter.collection_namespace }}.{{ cookiecutter.collection_name }}?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/{{ cookiecutter.author }}.{{ cookiecutter.collection_name }})
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
{{ collection_description_short }}.
{{ cookiecutter.collection_description_short }}.
## License

View File

@ -3,13 +3,13 @@ name: {{ cookiecutter.collection_name }}
version: 1.0.0
readme: README.md
authors:
- {{ author_full }} <{{ author_email }}>
description: {{ collection_description_short }}
- {{ cookiecutter.author_full }} <{{ cookiecutter.author_email }}>
description: {{ cookiecutter.collection_description_short }}
license:
- MIT
license_file: "LICENSE"
tags:
- {{ collection_category }}
- {{ cookiecutter.collection_category }}
dependencies: {}
repository: https://gitea.rknet.org/ansible/{{ cookiecutter.collection_namespace }}.{{ cookiecutter.collection_name }}
homepage: https://thegeeklab.de/