RHEL-8 postgres boxes needed pxz and other items spelled out

This commit is contained in:
Stephen Smoogen 2020-06-09 14:47:34 -04:00
parent 84cb1a0061
commit 422265dc0b

View file

@ -16,6 +16,21 @@
- 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