Fedora support time for 37 and 38.

This commit is contained in:
Jeff Geerling 2023-06-15 22:19:02 -05:00
parent 3b721b124d
commit a7723eb017
6 changed files with 6 additions and 35 deletions

View File

@ -44,11 +44,9 @@ jobs:
distro: distro:
- rockylinux8 - rockylinux8
- rockylinux9 - rockylinux9
- fedora36 - fedora38
- ubuntu2204 - ubuntu2204
- ubuntu2004 - ubuntu2004
- ubuntu1804
- debian10
- debian11 - debian11
- debian12 - debian12

View File

@ -19,13 +19,11 @@ galaxy_info:
- 9 - 9
- name: Fedora - name: Fedora
versions: versions:
- 30
- 31
- 32
- 33
- 34 - 34
- 35 - 35
- 36 - 36
- 37
- 38
- name: Ubuntu - name: Ubuntu
versions: versions:
- xenial - xenial

View File

@ -1,12 +0,0 @@
---
__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

View File

@ -1,13 +0,0 @@
---
__postgresql_version: "11.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
# Fedora 30 containers only have python3 by default
postgresql_python_library: python3-psycopg2

View File

@ -1,5 +1,5 @@
--- ---
__postgresql_version: "12.2" __postgresql_version: "14.3"
__postgresql_data_dir: "/var/lib/pgsql/data" __postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin" __postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data" __postgresql_config_path: "/var/lib/pgsql/data"

View File

@ -1,5 +1,5 @@
--- ---
__postgresql_version: "11.5" __postgresql_version: "15.1"
__postgresql_data_dir: "/var/lib/pgsql/data" __postgresql_data_dir: "/var/lib/pgsql/data"
__postgresql_bin_path: "/usr/bin" __postgresql_bin_path: "/usr/bin"
__postgresql_config_path: "/var/lib/pgsql/data" __postgresql_config_path: "/var/lib/pgsql/data"
@ -10,5 +10,5 @@ __postgresql_packages:
- postgresql-contrib - postgresql-contrib
- postgresql-libs - postgresql-libs
__postgresql_unix_socket_directories_mode: '0755' __postgresql_unix_socket_directories_mode: '0755'
# Fedora 31 containers only have python3 by default # Fedora 32 containers only have python3 by default
postgresql_python_library: python3-psycopg2 postgresql_python_library: python3-psycopg2