From 9a03f71252bcdca98768c22e21f2b9b54c70c231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reynir=20Bj=C3=B6rnsson?= Date: Fri, 8 Mar 2024 10:57:32 +0100 Subject: [PATCH] Fix another instance of domain=>remote_domain --- roles/docker/templates/restic/ssh.known_hosts.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker/templates/restic/ssh.known_hosts.j2 b/roles/docker/templates/restic/ssh.known_hosts.j2 index 19ac263..daae188 100644 --- a/roles/docker/templates/restic/ssh.known_hosts.j2 +++ b/roles/docker/templates/restic/ssh.known_hosts.j2 @@ -1 +1 @@ -{{ services.restic.domain }} {{ services.restic.host_key }} +{{ services.restic.remote_domain }} {{ services.restic.host_key }}