mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2026-03-10 02:24:14 +01:00
When users set a custom borg_ssh_key_name, the role generates the key but borgmatic wasn't configured to use it. This caused confusing behavior where the custom key was created but not used for auth. This change auto-detects when a non-default key name is used and generates the appropriate ssh_command, while keeping configs clean for users with default keys. Closes #133