mirror of https://github.com/ansible/ansible.git
Remove `needs/privileged` from postgresql test. (#19907)
* Remove `needs/privileged` from postgresql test. * Add python 3 support to postgresql tests.pull/19911/head
parent
709a3aa42b
commit
95b59cd76c
@ -0,0 +1,10 @@
|
||||
postgresql_service: "postgresql"
|
||||
|
||||
postgresql_packages:
|
||||
- "postgresql"
|
||||
- "postgresql-common"
|
||||
- "python3-psycopg2"
|
||||
|
||||
pg_hba_location: "/etc/postgresql/9.5/main/pg_hba.conf"
|
||||
pg_dir: "/var/lib/postgresql/9.5/main"
|
||||
pg_ver: 9.5
|
Loading…
Reference in New Issue