Skip to content

Commit af25cf0

Browse files
committed
typo
1 parent 1efd902 commit af25cf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/tasks/postgres-extensions/30-plrust.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
args:
7171
executable: /bin/bash
7272

73-
- name: plrust - install plrust - name: plrust - install cargo-pgrx and initialize
74-
ansible.builtin.apt: shell: |
75-
deb: "https://github.com/supabase/plrust/releases/download/v{{ plrust_release }}/plrust-trusted-{{ plrust_release }}_{{ plrust_language_version }}-debian-pg{{ postgresql_major }}-{{ platform }}.deb"
73+
- name: plrust - install plrust
74+
ansible.builtin.apt:
75+
deb: "https://github.com/supabase/plrust/releases/download/v{{ plrust_release }}/plrust-trusted-{{ plrust_release }}_{{ plrust_language_version }}-debian-pg{{ postgresql_major }}-{{ platform }}.deb"

0 commit comments

Comments
 (0)