🚀: new NAS
This commit is contained in:
@@ -16,13 +16,4 @@
|
||||
path: "{{ restic_path }}"
|
||||
mode: "0o755"
|
||||
owner: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
|
||||
- name: Create cache dir
|
||||
ansible.builtin.file:
|
||||
name: "{{ restic_cache_dir }}"
|
||||
state: directory
|
||||
owner: root
|
||||
group: "{{ restic_exe_group }}"
|
||||
mode: "0o700"
|
||||
when: restic_cache_dir | length > 0
|
||||
group: root
|
||||
|
Reference in New Issue
Block a user