From 7f472cd4bdbb64bc55bd3d11ea977ae1c7fa616b Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Tue, 3 Jun 2025 17:13:55 +0200 Subject: [PATCH] fix: use path as key for repositories config --- templates/config.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index accbc87..4f45173 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -19,10 +19,10 @@ location: repositories: {% if borg_repository is iterable and (borg_repository is not string and borg_repository is not mapping) %} {% for repo in borg_repository %} - - {{ repo }} + - path: {{ repo }} {% endfor %} {% elif borg_repository is defined and borg_repository is string %} - - {{ borg_repository }} + - path: {{ borg_repository }} {% endif %} # Store atime into archive.