ansible-role-postgresql/vars/Fedora-29.yml
Mike DePaulo 18be7ccb8c Fedora: Use python2-psycopg2 or python3-psycopg2
"python-psycopg2" is replaced by python2-psycopg2, and the
verification task will fail.

EL8 will need this also
2019-08-07 11:42:27 -04:00

13 lines
339 B
YAML

---
__postgresql_version: "10.5"
__postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data"
__postgresql_daemon: postgresql
__postgresql_packages:
- postgresql
- postgresql-server
- postgresql-contrib
- postgresql-libs
postgresql_python_library: python2-psycopg2