copr-backend: fix whitespace errors in ssh_config, take #2
This commit is contained in:
parent
044d0bab36
commit
4c22f7011b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue