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

Set sensible locales

parent 8c6d0e56
No related branches found
No related tags found
No related merge requests found
---
#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
with_items:
- en_US.UTF-8
- de_DE.UTF-8
- en_DK.UTF-8
tags:
- locale
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment