Skip to content

Commit 24afeb1

Browse files
committed
chore: include pg_net in shared preload libraries
1 parent 4bb977b commit 24afeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-postgres.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
become_user: postgres
240240
shell: |
241241
source /var/lib/postgresql/.bashrc
242-
/usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data start
242+
/usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data start -o "-c shared_preload_libraries='pg_net'"
243243
environment:
244244
LANG: en_US.UTF-8
245245
LANGUAGE: en_US.UTF-8

0 commit comments

Comments
 (0)