From 8e47ea21a39b3df80a6f60f32ea51137b34bc2d6 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Sun, 26 Nov 2017 12:11:55 +0100 Subject: [PATCH] specify what file to use for ssh Signed-off-by: Jochen Maes --- tasks/borg-client.yml | 1 + 1 file changed, 1 insertion(+) 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 %}