diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 1a7d7c3..d3a183a 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -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" \ No newline at end of file + remote_src: yes