Debian: default locale C. almalinux/rocky support added

master
Denis Knauf 2021-06-21 22:59:42 +02:00
parent cfe7735991
commit a571d94c91
4 changed files with 7 additions and 2 deletions

1
tasks/os-almalinux.yml Symbolic link
View File

@ -0,0 +1 @@
os-redhat.yml

View File

@ -157,7 +157,7 @@
copy:
dest: /etc/default/locale
content: |
LANG=de_AT.UTF-8
LANG={{locale_default | default("C") | mandatory}}
owner: root
group: root
mode: 0644

View File

@ -10,7 +10,9 @@
vars:
items:
- '{{ [] if is_virt_guest else ["chrony", "smartmontools"] }}'
- yum-cron
#- yum-cron
- glibc-langpack-de
- glibc-langpack-en
- curl
- file
- etckeeper
@ -18,6 +20,7 @@
- '{{ [] if is_container else ["haveged", "lvm2"] }}'
- htop
#- inetutils-ping
- iproute
#- knot-dnsutils
#- ldap-utils
- lsof

1
tasks/os-rocky.yml Symbolic link
View File

@ -0,0 +1 @@
os-redhat.yml