file permission

This commit is contained in:
tolerryan
2024-10-18 13:44:14 -05:00
parent 15897d345a
commit 89f212f46a

View File

@@ -144,6 +144,8 @@
remote_src: yes remote_src: yes
- name: Make restic executable - name: Make restic executable
command: chmod +x /usr/bin/restic ansible.builtin.file:
args: path: /usr/bin/restic
creates: /usr/bin/restic owner: root
group: root
mode: "0755"