postgresql_server: adjust the name of the packages for RHEL8
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
27bb7e5ba6
commit
e7673a2538
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue