Skip to content

Commit 93a6cf8

Browse files
committed
chore: get aliases right
1 parent ed3a4c3 commit 93a6cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- name: Create symlink for wal-g from Nix profile to /usr/local/bin
3737
ansible.builtin.file:
3838
src: /home/wal-g/.nix-profile/bin/wal-g-2
39-
dest: /usr/local/bin/wal-g-v2
39+
dest: /usr/local/bin/wal-g
4040
state: link
4141
force: yes # This will replace existing file/symlink if it exists
4242
become: yes # Need sudo to write to /usr/local/bin
@@ -53,7 +53,7 @@
5353

5454
- name: Create symlink to make wal-g-v3 the default wal-g
5555
ansible.builtin.file:
56-
src: /usr/local/bin/wal-g-v3
56+
src: /usr/local/bin/wal-g-v2
5757
dest: /usr/local/bin/wal-g
5858
state: link
5959
force: yes

0 commit comments

Comments
 (0)