Skip to content

Commit 64f76c0

Browse files
committed
fix: smallest typo
1 parent 43363e2 commit 64f76c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
- name: Create symbolic link for linux-pam to find pam_jit_pg.so
111111
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
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.so
113113
become: yes
114114
when: stage2_nix and not is_psql_15
115115

0 commit comments

Comments
 (0)