Skip to content

Commit 7c9f3f2

Browse files
committed
chore: include pg_net in shared preload libraries
1 parent e6c0474 commit 7c9f3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/playbook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
become: yes
162162
become_user: postgres
163163
shell:
164-
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle'"
164+
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle,pg_net'"
165165
when: debpkg_mode
166166

167167
- name: Run migrations

0 commit comments

Comments
 (0)