mirror of https://github.com/ansible/ansible.git
Fix postgresql test on RHEL.
parent
8026ef57fe
commit
9604a71568
@ -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 New Issue