diff --git a/tasks/borg-client.yml b/tasks/borg-client.yml index 79f7420..919a026 100644 --- a/tasks/borg-client.yml +++ b/tasks/borg-client.yml @@ -22,6 +22,7 @@ content: | Host {{ item.fqdn }} StrictHostKeyChecking no + IdentityFile {{ borgbackup_ssh_key }} {% if item.port is defined %} Port {{ item.port }} {% endif %}