Skip to content

Commit fe4ec8d

Browse files
committed
fix: cleanup
1 parent f519287 commit fe4ec8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
with_fileglob:
9090
- "/home/postgres/.nix-profile/bin/*"
9191
become: yes
92-
sudo ln -s /home/postgres/.nix-profile/share/pljava /usr/lib/postgresql/share/postgresql/pljava
92+
9393
- name: Create symbolic links from /home/postgres/.nix-profile/bin to /usr/bin
9494
file:
9595
src: "/home/postgres/.nix-profile/bin/psql"
@@ -105,7 +105,7 @@ sudo ln -s /home/postgres/.nix-profile/share/pljava /usr/lib/postgresql/share/po
105105
with_fileglob:
106106
- "/home/postgres/.nix-profile/share/pljava/*"
107107
become: yes
108-
108+
109109
- name: Create symbolic links from /home/postgres/.nix-profile/bin to /usr/bin
110110
file:
111111
src: "/home/postgres/.nix-profile/bin/psql"

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.61-nix-staged"
1+
postgres-version = "15.6.1.62-nix-staged"

0 commit comments

Comments
 (0)