fix hard-coded service directory usage
This commit is contained in:
parent
c0e2f6bc81
commit
2895d00e60
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ retention:
|
|||
keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
storage:
|
||||
ssh_command: ssh -i /srv/borg/id_ed25519
|
||||
ssh_command: ssh -i {{ service_dir }}/id_ed25519
|
||||
unknown_unencrypted_repo_access_is_ok: true
|
||||
hooks:
|
||||
before_everything:
|
||||
|
|
Reference in a new issue