Skip to content

Commit 975bba8

Browse files
sweatybridgedarora
authored andcommitted
chore: fix plv8 version reference
1 parent 5a462da commit 975bba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/postgres-extensions/13-plv8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
git:
2727
repo: https://github.com/plv8/plv8.git
2828
dest: /tmp/plv8
29-
version: "{{ plv8_release }}"
29+
version: "v{{ plv8_release }}"
3030
become: yes
3131

3232
- name: Create a symbolic link

0 commit comments

Comments
 (0)