aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/locale/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/locale/tasks/main.yml')
-rw-r--r--roles/locale/tasks/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/locale/tasks/main.yml b/roles/locale/tasks/main.yml
new file mode 100644
index 0000000..54fd42d
--- /dev/null
+++ b/roles/locale/tasks/main.yml
@@ -0,0 +1,5 @@
+- name: Set up locales
+ become: true
+ community.general.locale_gen:
+ name: "{{ locale_list + ['en_US.UTF-8'] }}"
+ state: present