Skip to content

Commit

Permalink
chore: fix plv8 version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge authored and darora committed Feb 8, 2023
1 parent 5a462da commit 975bba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/tasks/postgres-extensions/13-plv8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
git:
repo: https://github.com/plv8/plv8.git
dest: /tmp/plv8
version: "{{ plv8_release }}"
version: "v{{ plv8_release }}"
become: yes

- name: Create a symbolic link
Expand Down

0 comments on commit 975bba8

Please sign in to comment.