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 2ccb5ac commit f9cadccCopy full SHA for f9cadcc
ansible/tasks/stage2-setup-postgres.yml
@@ -25,7 +25,13 @@
25
/etc/postgresql-custom/supautils.conf
26
when: is_psql_oriole and stage2_nix
27
become: yes
28
-
+ - name: Remove db_user_namespace from postgresql.conf if oriole-xx build
29
+ ansible.builtin.command:
30
+ cmd: >
31
+ sed -i 's/db_user_namespace = off/#db_user_namespace = off/g;'
32
+ /etc/postgresql/postgresql.conf
33
+ when: is_psql_oriole and stage2_nix
34
+ become: yes
35
- name: Install Git for Nix package management
36
37
apt:
0 commit comments