Bertrand Lanson
2c9f538cef
All checks were successful
development / Check commit compliance (push) Successful in 6s
5 lines
120 B
Django/Jinja
5 lines
120 B
Django/Jinja
# {{ ansible_managed }}
|
|
{% for item in nomad_env_variables %}
|
|
{{ item }}="{{ nomad_env_variables[item] }}"
|
|
{% endfor %}
|