and this will unfix my fix by fixing the other fix for postgres
This commit is contained in:
parent
422265dc0b
commit
e76b85ec2d
1 changed files with 1 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue