copr-backend: fix newline in ssh_config

This commit is contained in:
Pavel Raiskup 2023-03-30 10:49:38 +02:00
parent 1bbb69261d
commit 044d0bab36

View file

@ -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