Skip to content
Snippets Groups Projects
Commit e1975881 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Set sensible locales

parent 945bc189
No related branches found
No related tags found
No related merge requests found
--- ---
#file: roles/client/tasks/locale.yml #file: roles/client/tasks/locale.yml
- name: ensure german is installed on clients - name: ensure sensible locales are installed on clients
locale_gen: name={{ item }} state=present locale_gen: name={{ item }} state=present
with_items: with_items:
- en_US.UTF-8 - en_US.UTF-8
- de_DE.UTF-8 - de_DE.UTF-8
- en_DK.UTF-8
tags: tags:
- locale - locale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment