Skip to content

Commit

Permalink
Reinstall i18n files for PostgreSQL tests
Browse files Browse the repository at this point in the history
I am removing these from the test image to reduce its size a bit.
  • Loading branch information
samdoran committed Jan 23, 2020
1 parent 4a0c875 commit a1913cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/targets/setup_postgresql_db/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@
# instLangs parameter).

- block:
- name: Reinstall internationalization files
command:
cmd: yum -y reinstall glibc-common
warn: no

- name: Install langpacks (RHEL8)
yum:
name:
Expand Down

0 comments on commit a1913cc

Please sign in to comment.