Debian: default locale C. almalinux/rocky support added
This commit is contained in:
parent
cfe7735991
commit
a571d94c91
1
tasks/os-almalinux.yml
Symbolic link
1
tasks/os-almalinux.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
os-redhat.yml
|
|
@ -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
|
||||
|
|
|
@ -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
1
tasks/os-rocky.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
os-redhat.yml
|
Loading…
Reference in a new issue