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