From a2f368452cb5a5bc4cad0a2fdfb1b89c97544be4 Mon Sep 17 00:00:00 2001 From: Lars Kaiser Date: Wed, 25 Oct 2023 13:04:02 +0200 Subject: [PATCH] fix(restic): don't prepend collection name in same collection --- playbooks/restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/restic.yml b/playbooks/restic.yml index de67976..b1e5f5b 100644 --- a/playbooks/restic.yml +++ b/playbooks/restic.yml @@ -3,4 +3,4 @@ hosts: "{{ restic_hosts | default('restic') }}" become: true roles: - - role: famedly.base.restic + - role: restic