RHEL-8 postgres boxes needed pxz and other items spelled out
This commit is contained in:
parent
84cb1a0061
commit
422265dc0b
1 changed files with 15 additions and 0 deletions
|
@ -16,6 +16,21 @@
|
||||||
- packages
|
- packages
|
||||||
- postgresql
|
- 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)
|
- name: install postgresql server packages (dnf)
|
||||||
package:
|
package:
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue