and this will unfix my fix by fixing the other fix for postgres

This commit is contained in:
Stephen Smoogen 2020-06-09 14:51:04 -04:00
parent 422265dc0b
commit e76b85ec2d

View file

@ -16,21 +16,6 @@
- packages
- postgresql
- name: install postgresql server packages (dnf)
package:
state: present
name:
- postgresql-server
- postgresql-contrib
- postgresql-plpython
- postgresql
- python3-psycopg2
- pxz
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat'
tags:
- packages
- postgresql
- name: install postgresql server packages (dnf)
package:
state: present
@ -64,7 +49,7 @@
- postgresql-contrib
- postgresql-plpython3
- python3-psycopg2
#- pxz
- pxz
when: ansible_distribution_major_version|int >= 8 and ansible_distribution == 'RedHat' and ansible_cmdline.ostree is not defined
tags:
- packages