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 2631d14 commit b63b574Copy full SHA for b63b574
ansible/tasks/setup-wal-g.yml
@@ -45,7 +45,7 @@
45
- name: Create symlink for wal-g-3 from Nix profile to /usr/local/bin
46
ansible.builtin.file:
47
src: /home/wal-g/.nix-profile/bin/wal-g-3
48
- dest: /usr/local/bin/wal-g-3
+ dest: /usr/local/bin/wal-g-v3
49
state: link
50
force: yes # This will replace existing file/symlink if it exists
51
become: yes # Need sudo to write to /usr/local/bin
0 commit comments