fix variable names

This commit is contained in:
Robert Kaussow 2020-08-17 21:07:35 +02:00
parent 75c0e8672b
commit 0cc7238d6c
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
3 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
if hash git 2>/dev/null; then if hash git 2>/dev/null; then
cd {{cookiecutter.collection_name}}
git init git init
git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.collection_name }}.git git remote add origin gitea@{{ cookiecutter.git_server }}/xoxys.{{ cookiecutter.collection_name }}.git
fi 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 }}) [![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) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](LICENSE)
{{ collection_description_short }}. {{ cookiecutter.collection_description_short }}.
## License ## License

View File

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