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

4 lines
137 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
{% for item in hashi_nomad_env_variables %}
{{ item|upper }}="{{ hashi_nomad_env_variables[item] }}"
{% endfor %}