File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 33
33
sudo -u wal-g bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#wal-g-3"
34
34
when : stage2_nix
35
35
36
- - name : Create symlink for wal-g from Nix profile to /usr/local/bin
37
- ansible.builtin.file :
38
- src : /home/wal-g/.nix-profile/bin/wal-g-2
39
- dest : /usr/local/bin/wal-g
40
- state : link
41
- force : yes # This will replace existing file/symlink if it exists
42
- become : yes # Need sudo to write to /usr/local/bin
43
- when : stage2_nix
44
-
45
36
- name : Create symlink for wal-g-3 from Nix profile to /usr/local/bin
46
37
ansible.builtin.file :
47
38
src : /home/wal-g/.nix-profile/bin/wal-g-3
51
42
become : yes # Need sudo to write to /usr/local/bin
52
43
when : stage2_nix
53
44
54
- - name : Create symlink to make wal-g-v3 the default wal-g
45
+ - name : Create symlink to make wal-g-v2 the default wal-g
55
46
ansible.builtin.file :
56
47
src : /usr/local/bin/wal-g-v2
57
48
dest : /usr/local/bin/wal-g
You can’t perform that action at this time.
0 commit comments