rolled executable task into file move and added md5sum for version checking

This commit is contained in:
tolerryan
2024-10-18 21:45:48 -05:00
parent 864709514c
commit 0e523a552d

View File

@@ -141,11 +141,8 @@
copy:
src: "/tmp/restic"
dest: "/usr/bin/restic"
remote_src: yes
- name: Make restic executable
ansible.builtin.file:
path: /usr/bin/restic
md5sum: "b1e471985d0bd5647967e3b19d5b7a09"
mode: "0755"
owner: root
group: root
mode: "0755"
remote_src: yes