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 c9283f8 commit c3c64dbCopy full SHA for c3c64db
ansible/tasks/stage2-setup-postgres.yml
@@ -161,7 +161,7 @@
161
162
- name: Create symbolic link for linux-pam to find pam_jit_pg.so
163
shell: >
164
- 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
165
become: yes
166
when: stage2_nix and not is_psql_15
167
0 commit comments