Skip to content

Commit 73e640b

Browse files
committed
Use virtualenv version of borg
1 parent ad35c6e commit 73e640b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/borg/templates/config.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ keep_daily: {{ borg_borgmatic_keep_daily }}
3030

3131
read_special: true
3232

33-
local_path: borg2
33+
local_path: {{ borg_virtualenv }}/bin/borg
3434

3535
# List of one or more shell commands or scripts to execute after
3636
# creating a backup, run once per repository.

0 commit comments

Comments
 (0)