4 lines
139 B
Plaintext
4 lines
139 B
Plaintext
|
# {{ ansible_managed }}
|
||
|
{% for item in hashi_consul_env_variables %}
|
||
|
{{ item|upper }}="{{ hashi_consul_env_variables[item] }}"
|
||
|
{% endfor %}
|