feat: add environment variables

This commit is contained in:
Adrien Waksberg 2022-05-10 10:40:42 +02:00
parent 24bc640fc9
commit f2e3f37201
7 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# {{ ansible_managed }}
[Service]
{% for env, value in gitlab_runner_env_variables.items() %}
Environment="{{ env }}={{ value }}"
{% endfor %}