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