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: name:
- postgresql-server - postgresql-server
- postgresql-contrib - postgresql-contrib
- postgresql-plpython - postgresql-plpython3
- python3-psycopg - python3-psycopg2
- pxz #- pxz
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
tags: tags:
- packages - packages