hifis-net / ansible-role-gitlab-runner

:warning: PLEASE NOTE: This role has been migrated to our hifis.toolkit collection. :warning: Ansible role for deploying GitLab-Runner. The role is optimized for use with Openstack.
https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
Other
8 stars 2 forks source link

Use template module instead of copy #66

Closed tobiashuste closed 2 years ago

tobiashuste commented 2 years ago

According to the documentation using copy with variables can lead to unpredictable output. This is now also reflected in ansible-lint. Compare with https://github.com/ansible/ansible-lint/blob/ac7284252d744318a446e3a4e9c788b923b767e7/src/ansiblelint/rules/template-instead-of-copy.md

The new rule is introduced in #65.