Files @ 150ae0c46506
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/environment.sh.j2

branko
MAR-149: Sort dictionaries in all templates in order to have predicatable order while iterating them (resolves idempotence issues in such cases).
1
2
3
{% for var, val in environment_variables | dictsort %}
export {{ var }}='{{ val }}'
{% endfor %}