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 e6c0474 commit 7c9f3f2Copy full SHA for 7c9f3f2
ansible/playbook.yml
@@ -161,7 +161,7 @@
161
become: yes
162
become_user: postgres
163
shell:
164
- cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle'"
+ 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
166
167
- name: Run migrations
0 commit comments