mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
And the encoding needs to be latin1 for this test
This commit is contained in:
parent
367a361a70
commit
a0ff0f8198
1 changed files with 2 additions and 2 deletions
|
@ -70,11 +70,11 @@
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Generate pt_BR locale (Red Hat)
|
- name: Generate pt_BR locale (Red Hat)
|
||||||
command: localedef -f UTF-8 -i pt_BR pt_BR
|
command: localedef -f ISO-8859-1 -i pt_BR pt_BR
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: Generate es_MX locale (Red Hat)
|
- name: Generate es_MX locale (Red Hat)
|
||||||
command: localedef -f UTF-8 -i es_MX es_MX
|
command: localedef -f ISO-8859-1 -i es_MX es_MX
|
||||||
when: ansible_os_family == 'RedHat'
|
when: ansible_os_family == 'RedHat'
|
||||||
|
|
||||||
- name: restart postgresql service
|
- name: restart postgresql service
|
||||||
|
|
Loading…
Reference in a new issue