@ -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 }}"