This commit is contained in:
tolerryan
2024-10-18 13:49:51 -05:00
parent 89f212f46a
commit 864709514c

View File

@@ -139,7 +139,7 @@
- name: Move restic to /usr/bin/ - name: Move restic to /usr/bin/
copy: copy:
src: "/tmp/restic.bz2" src: "/tmp/restic"
dest: "/usr/bin/restic" dest: "/usr/bin/restic"
remote_src: yes remote_src: yes