Skip to content

Commit

Permalink
chore: include pg_net in shared preload libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
sweatybridge committed Aug 22, 2024
1 parent 4bb977b commit 186d737
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
become: yes
become_user: postgres
shell:
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle'"
when: debpkg_mode
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle,pg_net'"
when: debpkg_mode or stage2_nix

- name: Run migrations
import_tasks: tasks/setup-migrations.yml
Expand Down

0 comments on commit 186d737

Please sign in to comment.