ansible-role-gitlab_runner/templates/environment.conf.j2

7 lines
146 B
Text
Raw Normal View History

2022-05-10 08:40:42 +00:00
# {{ ansible_managed }}
[Service]
{% for env, value in gitlab_runner_env_variables.items() %}
Environment="{{ env }}={{ value }}"
{% endfor %}