From d212a7623fc97d3a2dd6ad2520dc688d8ad9efc1 Mon Sep 17 00:00:00 2001 From: Thomas Reitz Date: Sun, 15 Mar 2026 15:40:52 +0100 Subject: [PATCH] fix(infra): Deutsche Locale in common-Role installieren Co-Authored-By: Claude Sonnet 4.6 --- repos/INSIGHT-Infra/ansible/roles/common/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/repos/INSIGHT-Infra/ansible/roles/common/tasks/main.yml b/repos/INSIGHT-Infra/ansible/roles/common/tasks/main.yml index fff703e..f5b75b1 100644 --- a/repos/INSIGHT-Infra/ansible/roles/common/tasks/main.yml +++ b/repos/INSIGHT-Infra/ansible/roles/common/tasks/main.yml @@ -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"