ansible-role-base/templates/locale.conf.j2
2018-10-08 19:27:53 +02:00

5 lines
89 B
Django/Jinja

{% if locale is defined %}
LANG="{{ locale }}"
{% else %}
LANG="en_US.UTF-8"
{% endif %}