mirror of
https://gitea.0xace.cc/ansible-galaxy/postgresql.git
synced 2024-11-25 00:06:42 +00:00
fix locales
This commit is contained in:
parent
01c5755423
commit
fe79606cf9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user