copr-backend: fix whitespace errors in ssh_config, take #2

This commit is contained in:
Pavel Raiskup 2023-03-30 10:53:15 +02:00
parent 044d0bab36
commit 4c22f7011b

View file

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