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 ed3a4c3 commit 93a6cf8Copy full SHA for 93a6cf8
ansible/tasks/setup-wal-g.yml
@@ -36,7 +36,7 @@
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-v2
+ 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
@@ -53,7 +53,7 @@
53
54
- name: Create symlink to make wal-g-v3 the default wal-g
55
56
- src: /usr/local/bin/wal-g-v3
+ src: /usr/local/bin/wal-g-v2
57
dest: /usr/local/bin/wal-g
58
59
force: yes
0 commit comments