postgresql_server: adjust the name of the packages for RHEL8

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-04-21 15:45:39 +02:00
parent 27bb7e5ba6
commit e7673a2538

View file

@ -36,9 +36,9 @@
name:
- postgresql-server
- postgresql-contrib
- postgresql-plpython
- python3-psycopg
- pxz
- postgresql-plpython3
- python3-psycopg2
#- pxz
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
tags:
- packages