update/enable postgresql integration test target for rhel8 beta
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
14a1199dfc
commit
2d83db7036
2 changed files with 6 additions and 1 deletions
|
@ -4,4 +4,3 @@ postgresql_db
|
||||||
postgresql_privs
|
postgresql_privs
|
||||||
postgresql_user
|
postgresql_user
|
||||||
skip/osx
|
skip/osx
|
||||||
skip/rhel8.0
|
|
||||||
|
|
|
@ -96,6 +96,12 @@
|
||||||
# instLangs parameter).
|
# instLangs parameter).
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
- name: Install langpacks (rhel8 beta)
|
||||||
|
yum:
|
||||||
|
name: glibc-all-langpacks
|
||||||
|
state: present
|
||||||
|
when: ansible_distribution_major_version|int >= 8
|
||||||
|
|
||||||
- name: Check if locales need to be generated (RedHat)
|
- name: Check if locales need to be generated (RedHat)
|
||||||
shell: "localedef --list-archive | grep -a -q '^{{ locale }}$'"
|
shell: "localedef --list-archive | grep -a -q '^{{ locale }}$'"
|
||||||
register: locale_present
|
register: locale_present
|
||||||
|
|
Loading…
Add table
Reference in a new issue