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 24afeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/tasks/setup-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
become_user: postgres
shell: |
source /var/lib/postgresql/.bashrc
/usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data start
/usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data start -o "-c shared_preload_libraries='pg_net'"
environment:
LANG: en_US.UTF-8
LANGUAGE: en_US.UTF-8
Expand Down

0 comments on commit 24afeb1

Please sign in to comment.