Files @ 48fc6c243b24
Branch filter:

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

branko
MAR-149: Use the .items() method instead of .iteritems() on dicts in Jinja2 templates.
1
2
3
{% for var, val in environment_variables.items() %}
export {{ var }}='{{ val }}'
{% endfor %}