mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Run postgresql tests on FreeBSD. (#20676)
* Use vars for user, group and locale suffix. * Switch tests from `es_MX` to `es_ES`. * Enable postgresql tests on freebsd. * Work-arounds for service restart on freebsd.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
postgresql_service: "postgresql"
|
||||
|
||||
postgresql_packages:
|
||||
- "postgresql93-server"
|
||||
- "py27-psycopg2"
|
||||
|
||||
pg_hba_location: "/usr/local/pgsql/data/pg_hba.conf"
|
||||
pg_dir: "/usr/local/pgsql/data"
|
||||
pg_ver: 9.3
|
||||
pg_user: pgsql
|
||||
pg_group: pgsql
|
||||
|
||||
locale_latin_suffix: .ISO8859-1
|
||||
locale_utf8_suffix: .UTF-8
|
||||
Reference in New Issue
Block a user