Skip to content

Commit 186d737

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/playbook.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@
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'"
165-
when: debpkg_mode
164+
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle,pg_net'"
165+
when: debpkg_mode or stage2_nix
166166

167167
- name: Run migrations
168168
import_tasks: tasks/setup-migrations.yml

0 commit comments

Comments
 (0)