file permission
This commit is contained in:
@@ -144,6 +144,8 @@
|
||||
remote_src: yes
|
||||
|
||||
- name: Make restic executable
|
||||
command: chmod +x /usr/bin/restic
|
||||
args:
|
||||
creates: /usr/bin/restic
|
||||
ansible.builtin.file:
|
||||
path: /usr/bin/restic
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0755"
|
||||
Reference in New Issue
Block a user