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