We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53d9fca commit ea4e516Copy full SHA for ea4e516
.ansible/roles/db/defaults/main.yml
@@ -4,8 +4,8 @@ postgresql_user: "{{ project_name }}"
4
postgresql_password: "{{ project_name }}"
5
postgresql_host: "localhost"
6
postgresql_port: "5432"
7
-postgresql_version: "15"
8
-sqlite_fdw_version: "2.3.0"
+postgresql_version: "16"
+sqlite_fdw_version: "2.4.0"
9
sqlite_fdw_tar_filename: "v{{ sqlite_fdw_version }}.tar.gz"
10
sqlite_fdw_tar_checksum: "sha256:a216704206719613544af0b2e5d9a2ad836a39e8d7a44c737cd7437f98a0851c"
11
sqlite_fdw_tar_url: "https://github.com/pgspider/sqlite_fdw/archive/refs/tags/{{ sqlite_fdw_tar_filename }}"
0 commit comments