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: copy:
src: "/tmp/restic" src: "/tmp/restic"
dest: "/usr/bin/restic" dest: "/usr/bin/restic"
remote_src: yes md5sum: "b1e471985d0bd5647967e3b19d5b7a09"
mode: "0755"
- name: Make restic executable
ansible.builtin.file:
path: /usr/bin/restic
owner: root owner: root
group: root group: root
mode: "0755" remote_src: yes