Fix ssh config path

This commit is contained in:
phil 2023-04-09 10:18:42 +02:00
parent d1320c3c98
commit fe167ddec3

View file

@ -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) }}"