Skip to content

Commit 3f07ef2

Browse files
committed
fix: var interpolation in sfcgal download
1 parent 4a5507b commit 3f07ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/postgres-extensions/01-postgis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
- name: postgis - download SFCGAL dependency
3232
get_url:
33-
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/sfcgal/SFCGAL-v${sfcgal_release}.tar.gz"
33+
url: "https://supabase-public-artifacts-bucket.s3.amazonaws.com/sfcgal/SFCGAL-v{{ sfcgal_release }}.tar.gz"
3434
dest: /tmp/SFCGAL-v{{ sfcgal_release }}.tar.gz
3535
checksum: "{{ sfcgal_release_checksum }}"
3636
timeout: 60

0 commit comments

Comments
 (0)