openstack-ansible-lxc_conta.../templates/environment.j2

8 lines
196 B
Django/Jinja

{% if global_environment_variables is defined %}
{% for key, value in global_environment_variables.items() %}
{% if value %}
{{ key }}={{ value }}
{% endif %}
{% endfor %}
{% endif %}