mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2024-11-24 23:56:39 +00:00
fix locales
This commit is contained in:
parent
117e6f630e
commit
622551768a
@ -2,12 +2,14 @@
|
|||||||
dnf:
|
dnf:
|
||||||
name: glibc-all-langpacks
|
name: glibc-all-langpacks
|
||||||
state: present
|
state: present
|
||||||
|
update_cache: true
|
||||||
when: ansible_facts['os_family'] == 'RedHat'
|
when: ansible_facts['os_family'] == 'RedHat'
|
||||||
|
|
||||||
- name: Install locales-all for Debian
|
- name: Install locales-all for Debian
|
||||||
apt:
|
apt:
|
||||||
name: locales-all
|
name: locales-all
|
||||||
state: present
|
state: present
|
||||||
|
update_cache: true
|
||||||
when: ansible_distribution_file_variety == 'Debian'
|
when: ansible_distribution_file_variety == 'Debian'
|
||||||
|
|
||||||
- name: Check if locale exists
|
- name: Check if locale exists
|
||||||
|
Loading…
Reference in New Issue
Block a user