hashistack/roles/nomad/templates/nomad.env.j2

5 lines
120 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
{% for item in nomad_env_variables %}
{{ item }}="{{ nomad_env_variables[item] }}"
{% endfor %}