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 7dedb19 commit 8d21818Copy full SHA for 8d21818
ansible-nix/tasks/stage2/stage2-setup-postgres.yml
@@ -117,11 +117,9 @@
117
118
- name: Create symbolic links from /home/postgres/.nix-profile/bin to /usr/bin
119
file:
120
- src: "{{ item }}"
121
- dest: "/usr/bin/{{ item | basename }}"
+ src: "/home/postgres/.nix-profile/bin/psql"
+ dest: "/usr/bin/psql"
122
state: link
123
- with_fileglob:
124
- - "/home/postgres/.nix-profile/bin/*"
125
become: yes
126
127
- name: Create symbolic links from /home/postgres/.nix-profile/share/postgresql to /usr/lib/postgresql/share/postgresql
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.24-nix-staged"
+postgres-version = "15.6.1.25-nix-staged"
0 commit comments