common: Generate locale for german

wip
Felix Stupp 5 years ago
parent 83c2dde55c
commit 9cdc7ccd91
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,5 +1,8 @@
---
- name: generate locales
command: locale-gen
- name: restart ssh
systemd:
status: restarted

@ -1,5 +1,13 @@
---
- name: Configure alternate locales generation
lineinfile:
path: /etc/locale.gen
state: present
regexp: 'de_DE.UTF-8'
line: 'de_DE.UTF-8 UTF-8'
notify: generate locales
- name: Configure timezone
timezone:
name: "{{ TIMEZONE }}"

Loading…
Cancel
Save