File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 104
104
- stage2_nix
105
105
- not is_pgsql_15
106
106
block :
107
- - name : Install gatekeeper from nix binary cache
107
+ - name : Install gatekeeper from nix binary cache
108
108
become : yes
109
109
shell : |
110
110
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#gatekeeper"
111
111
112
112
- name : Create symbolic link for linux-pam to find pam_jit_pg.so
113
- shell : >
114
- 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
115
113
become : yes
114
+ shell : |
115
+ 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
116
116
117
117
- name : Set ownership and permissions for /etc/ssl/private
118
118
become : yes
You can’t perform that action at this time.
0 commit comments