Fix ssh config path
This commit is contained in:
parent
d1320c3c98
commit
fe167ddec3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ borg_retention_policy:
|
|||
keep_monthly: 6
|
||||
borg_user: root
|
||||
borg_group: root
|
||||
borg_user_ssh_config_path: "{{ borg_user }}/.ssh/config"
|
||||
borg_user_ssh_config_path: "/{{ borg_user }}/.ssh/config"
|
||||
|
||||
borgmatic_timer_cron_name: "borgmatic"
|
||||
borgmatic_timer_hour: "{{ range(0, 5) | random(seed=inventory_hostname) }}"
|
||||
|
|
Loading…
Reference in a new issue