postgresql: bump default version to 15.7

This commit is contained in:
ace
2024-05-15 15:51:26 +03:00
parent b6f157394c
commit 0b74982f90
3 changed files with 7 additions and 7 deletions

View File

@ -13,7 +13,7 @@
- name: Include WAL-G role
ansible.builtin.include_role:
name: wal-g
name: wal-g-pg
vars:
wal_g_pg: yes
wal_g_pg_home_dir: "{{ postgresql_home_dir }}"

View File

@ -34,7 +34,7 @@
- name: Include WAL-G role
ansible.builtin.include_role:
name: wal-g
name: wal-g-pg
vars:
wal_g_pg: yes
wal_g_pg_home_dir: "{{ postgresql_home_dir }}"