diff --git a/roles/copr/backend/templates/ssh_config.j2 b/roles/copr/backend/templates/ssh_config.j2 index 0e4cdd5fbc..e7a1c4234c 100644 --- a/roles/copr/backend/templates/ssh_config.j2 +++ b/roles/copr/backend/templates/ssh_config.j2 @@ -6,5 +6,6 @@ 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