file permission
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user