mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
fixed: add empty line after HostCertificate loop
Signed-off-by: Maximilian Praeger <mpraeger@users.noreply.github.com>
This commit is contained in:
parent
9853c7ea45
commit
8f7bae533c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ HostKey {{ key }}
|
|||
{% for certificate in ssh_host_certificates -%}
|
||||
HostCertificate {{ certificate }}
|
||||
{% endfor -%}
|
||||
{% endif -%}
|
||||
{% endif %}
|
||||
|
||||
# Host key algorithms that the server offers.
|
||||
{% if sshd_version is version('5.8', '>=') %}
|
||||
|
|
Loading…
Reference in a new issue