Add support for Fedora 32

This commit is contained in:
Daniel Alley 2020-06-01 11:05:10 -04:00
parent ea08ea696e
commit 5ec6764cc8
3 changed files with 17 additions and 1 deletions

View File

@ -8,7 +8,7 @@ env:
matrix:
- MOLECULE_DISTRO: centos7
- MOLECULE_DISTRO: centos8
- MOLECULE_DISTRO: fedora31
- MOLECULE_DISTRO: fedora32
- MOLECULE_DISTRO: ubuntu2004
- MOLECULE_DISTRO: ubuntu1804
- MOLECULE_DISTRO: debian10

View File

@ -19,6 +19,7 @@ galaxy_info:
- 29
- 30
- 31
- 32
- name: Ubuntu
versions:
- xenial

15
vars/Fedora-32.yml Normal file
View File

@ -0,0 +1,15 @@
---
__postgresql_version: "12.2"
__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_unix_socket_directories_mode: '0755'
# Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2