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 43363e2 commit 64f76c0Copy full SHA for 64f76c0
ansible/tasks/stage2-setup-postgres.yml
@@ -109,7 +109,7 @@
109
110
- name: Create symbolic link for linux-pam to find pam_jit_pg.so
111
shell: >
112
- sudo ln -s /var/lib/postgresql/.nix-profile/lib/security/pam_jit_pg.so $(find /nix/store -type d -path "/nix/store/*-linux-pam-*/lib/security" -print -quit)/pam_jit_pg.s
+ sudo ln -s /var/lib/postgresql/.nix-profile/lib/security/pam_jit_pg.so $(find /nix/store -type d -path "/nix/store/*-linux-pam-*/lib/security" -print -quit)/pam_jit_pg.so
113
become: yes
114
when: stage2_nix and not is_psql_15
115
0 commit comments