Skip to content

Commit c3c64db

Browse files
committed
fix: smallest typo
1 parent c9283f8 commit c3c64db

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
@@ -161,7 +161,7 @@
161161

162162
- name: Create symbolic link for linux-pam to find pam_jit_pg.so
163163
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
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.so
165165
become: yes
166166
when: stage2_nix and not is_psql_15
167167

0 commit comments

Comments
 (0)