We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4e516 commit c1ca91eCopy full SHA for c1ca91e
.ansible/roles/db/defaults/main.yml
@@ -7,7 +7,7 @@ postgresql_port: "5432"
7
postgresql_version: "16"
8
sqlite_fdw_version: "2.4.0"
9
sqlite_fdw_tar_filename: "v{{ sqlite_fdw_version }}.tar.gz"
10
-sqlite_fdw_tar_checksum: "sha256:a216704206719613544af0b2e5d9a2ad836a39e8d7a44c737cd7437f98a0851c"
+sqlite_fdw_tar_checksum: "sha256:1fd4d5fba0ed218f336492c098478b4ce525dca8ff7072bfac519a96cc24a034"
11
sqlite_fdw_tar_url: "https://github.com/pgspider/sqlite_fdw/archive/refs/tags/{{ sqlite_fdw_tar_filename }}"
12
sqlite_fdw_tar_location: "/tmp/{{ sqlite_fdw_tar_filename }}"
13
sqlite_fdw_untar_location: "/tmp/v{{ sqlite_fdw_version }}"
0 commit comments