Files @ 3802c52995e5
Branch filter:

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

branko
MAR-218: Fix include invocations:

- The old include keyword/task has been deprecated in favour of more
explicit include_tasks one.
1
2
3
{% for var, val in environment_variables | dictsort %}
export {{ var }}='{{ val }}'
{% endfor %}