We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb977b commit 24afeb1Copy full SHA for 24afeb1
ansible/tasks/setup-postgres.yml
@@ -239,7 +239,7 @@
239
become_user: postgres
240
shell: |
241
source /var/lib/postgresql/.bashrc
242
- /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'"
243
environment:
244
LANG: en_US.UTF-8
245
LANGUAGE: en_US.UTF-8
0 commit comments