Skip to content

Commit

Permalink
add support for psql 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Feb 17, 2024
1 parent 28bca66 commit 8a762e2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
12 changes: 12 additions & 0 deletions molecule/rockylinux9/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ platforms:
- /sys/fs/cgroup
groups:
- extra_options
- name: postgresql-16-r9
image: eniocarboni/docker-rockylinux-systemd:9
image_version: latest
command: /sbin/init
privileged: true
cgroupns_mode: host
tmpfs:
- /sys/fs/cgroup
groups:
- extra_options
provisioner:
name: ansible
lint:
Expand All @@ -64,6 +74,8 @@ provisioner:
postgresql_version: "14"
postgresql-15-r9:
postgresql_version: "15"
postgresql-16-r9:
postgresql_version: "16"
group_vars:
extra_options:
postgresql_server_conf:
Expand Down
10 changes: 10 additions & 0 deletions molecule/ubuntu2204/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ platforms:
cgroupns_mode: host
tmpfs:
- /sys/fs/cgroup
- name: postgresql-16-u2204
image: eniocarboni/docker-ubuntu-systemd:22.04
command: /sbin/init
privileged: true
cgroupns_mode: host
tmpfs:
- /sys/fs/cgroup
provisioner:
name: ansible
lint:
Expand All @@ -56,6 +63,9 @@ provisioner:
postgresql-15-u2204:
postgresql_version: "15"
ansible_python_interpreter: /usr/bin/python3
postgresql-16-u2204:
postgresql_version: "16"
ansible_python_interpreter: /usr/bin/python3
group_vars:
extra_options:
postgresql_server_conf:
Expand Down

0 comments on commit 8a762e2

Please sign in to comment.