Reinstall i18n files for PostgreSQL tests (#66734)
I am removing these from the test image to reduce its size a bit.
This commit is contained in:
parent
8e195adda5
commit
9df9ed4cd3
1 changed files with 6 additions and 0 deletions
|
@ -129,6 +129,12 @@
|
|||
loop_control:
|
||||
loop_var: locale
|
||||
|
||||
- name: Reinstall internationalization files
|
||||
shell: 'yum -y reinstall glibc-common || yum -y install glibc-common'
|
||||
args:
|
||||
warn: no
|
||||
when: locale_present is failed
|
||||
|
||||
- name: Generate locale (RedHat)
|
||||
command: 'localedef -f ISO-8859-1 -i {{ item.locale }} {{ item.locale }}'
|
||||
when: item is failed
|
||||
|
|
Loading…
Add table
Reference in a new issue