Files @ d62b3adec462
Branch filter:

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

branko
MAR-148: Refer to hosts in tests via plain patterns (lists no longer supported).
1
2
3
{% for var, val in environment_variables.iteritems() %}
export {{ var }}='{{ val }}'
{% endfor %}