🐛: fix restic init

This commit is contained in:
VC
2025-02-07 14:18:43 +01:00
parent b427a1fc7f
commit 4d02a30a93

View File

@@ -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 }}"