aboutsummaryrefslogtreecommitdiffstats
path: root/roles/fedora/templates/locale.conf.j2
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2017-11-07 16:27:49 +0100
committerEmil Renner Berthing <esmil@labitat.dk>2017-11-12 14:56:32 +0100
commite8cdba85c48dcbbd42e6fcb5be3aa2912008cb84 (patch)
tree41ba5163cf6f110521f2ebc9035f77d2754796a0 /roles/fedora/templates/locale.conf.j2
downloadlabitat-ansible-e8cdba85c48dcbbd42e6fcb5be3aa2912008cb84.tar.gz
labitat-ansible-e8cdba85c48dcbbd42e6fcb5be3aa2912008cb84.tar.xz
labitat-ansible-e8cdba85c48dcbbd42e6fcb5be3aa2912008cb84.zip
initial commit
Diffstat (limited to 'roles/fedora/templates/locale.conf.j2')
-rw-r--r--roles/fedora/templates/locale.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/fedora/templates/locale.conf.j2 b/roles/fedora/templates/locale.conf.j2
new file mode 100644
index 0000000..f854bde
--- /dev/null
+++ b/roles/fedora/templates/locale.conf.j2
@@ -0,0 +1,3 @@
+{% for key, value in locale.items() %}
+{{ key }}={{ value }}
+{% endfor %}