Add Fedora 36 support

This commit is contained in:
Fabricio Aguiar 2022-05-24 12:18:50 +01:00
parent e7cd403506
commit 4aed6f3a3d
No known key found for this signature in database
GPG Key ID: EEF1D619D9289AAF
3 changed files with 17 additions and 1 deletions

View File

@ -39,11 +39,12 @@ jobs:
name: Molecule name: Molecule
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: ${{ !contains(github.event_name, 'pull_request') }}
matrix: matrix:
distro: distro:
- rockylinux8 - rockylinux8
- centos7 - centos7
- fedora35 - fedora36
- ubuntu2004 - ubuntu2004
- ubuntu1804 - ubuntu1804
- debian10 - debian10

View File

@ -21,6 +21,7 @@ galaxy_info:
- 33 - 33
- 34 - 34
- 35 - 35
- 36
- name: Ubuntu - name: Ubuntu
versions: versions:
- xenial - xenial

14
vars/Fedora-36.yml Normal file
View File

@ -0,0 +1,14 @@
---
__postgresql_version: "14.1"
__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