mirror of
http://172.20.10.11:3000/gitadmin/INSIGHT-MVP.git
synced 2026-06-25 00:16:41 +02:00
fix(infra): Deutsche Locale in common-Role installieren
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4955c03570
commit
d212a7623f
1 changed files with 6 additions and 0 deletions
|
|
@ -24,6 +24,12 @@
|
||||||
- fail2ban
|
- fail2ban
|
||||||
- chrony
|
- chrony
|
||||||
- python3-pip
|
- python3-pip
|
||||||
|
- locales
|
||||||
|
state: present
|
||||||
|
|
||||||
|
- name: "Deutsche Locale generieren"
|
||||||
|
locale_gen:
|
||||||
|
name: de_DE.UTF-8
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: "Unattended-Upgrades installieren"
|
- name: "Unattended-Upgrades installieren"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue