mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix postgresql test on RHEL.
This commit is contained in:
parent
8026ef57fe
commit
9604a71568
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
||||||
|
postgresql_packages:
|
||||||
|
- "postgresql-server"
|
||||||
|
- "python-psycopg2"
|
||||||
|
- "bzip2"
|
||||||
|
|
||||||
|
pg_hba_location: "/var/lib/pgsql/data/pg_hba.conf"
|
||||||
|
pg_dir: "/var/lib/pgsql/data"
|
Loading…
Reference in a new issue