We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb977b commit 186d737Copy full SHA for 186d737
ansible/playbook.yml
@@ -161,8 +161,8 @@
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'"
165
- when: debpkg_mode
+ cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data restart -o "-c shared_preload_libraries='pg_tle,pg_net'"
+ when: debpkg_mode or stage2_nix
166
167
- name: Run migrations
168
import_tasks: tasks/setup-migrations.yml
0 commit comments