🐛: fix restic init
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
- name: Init restic
|
||||
ansible.builtin.command:
|
||||
cmd: "restic init && restic stats"
|
||||
cmd: "restic init"
|
||||
creates: "/root/.cache/restic"
|
||||
environment:
|
||||
RESTIC_REPOSITORY: "{{ restic_repository }}"
|
||||
|
Reference in New Issue
Block a user