Reinstall i18n files for PostgreSQL tests (#66734)

I am removing these from the test image to reduce its size a bit.
pull/66774/head
Sam Doran 6 years ago committed by GitHub
parent 8e195adda5
commit 9df9ed4cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,6 +129,12 @@
loop_control: loop_control:
loop_var: locale 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) - name: Generate locale (RedHat)
command: 'localedef -f ISO-8859-1 -i {{ item.locale }} {{ item.locale }}' command: 'localedef -f ISO-8859-1 -i {{ item.locale }} {{ item.locale }}'
when: item is failed when: item is failed

Loading…
Cancel
Save