fix(infra): Deutsche Locale in common-Role installieren

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Reitz 2026-03-15 15:40:52 +01:00
parent 4955c03570
commit d212a7623f

View file

@ -24,6 +24,12 @@
- fail2ban
- chrony
- python3-pip
- locales
state: present
- name: "Deutsche Locale generieren"
locale_gen:
name: de_DE.UTF-8
state: present
- name: "Unattended-Upgrades installieren"