fix locales

This commit is contained in:
ace 2023-11-22 13:15:20 +03:00
parent 117e6f630e
commit 622551768a
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -2,12 +2,14 @@
dnf:
name: glibc-all-langpacks
state: present
update_cache: true
when: ansible_facts['os_family'] == 'RedHat'
- name: Install locales-all for Debian
apt:
name: locales-all
state: present
update_cache: true
when: ansible_distribution_file_variety == 'Debian'
- name: Check if locale exists