From 4c22f7011b5f03bfddb09e930300596730d1b16a Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 30 Mar 2023 10:53:15 +0200 Subject: [PATCH] copr-backend: fix whitespace errors in ssh_config, take #2 --- roles/copr/backend/templates/ssh_config.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/copr/backend/templates/ssh_config.j2 b/roles/copr/backend/templates/ssh_config.j2 index e7a1c4234c..98cc24fa5d 100644 --- a/roles/copr/backend/templates/ssh_config.j2 +++ b/roles/copr/backend/templates/ssh_config.j2 @@ -6,6 +6,5 @@ Host * ServerAliveCountMax 5 ConnectTimeout 60 -Host{% for host in groups["copr_hypervisor"] %}{{- ' ' + host }} -{% endfor %} +Host{% for host in groups["copr_hypervisor"] %}{{ ' ' + host }}{% endfor +%} AddressFamily inet