mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
removed: unneccessary conditional
Signed-off-by: Maximilian Praeger <mpraeger@users.noreply.github.com>
This commit is contained in:
parent
6b55b9619c
commit
4399d3f885
1 changed files with 1 additions and 3 deletions
|
@ -39,11 +39,9 @@ HostKey {{ key }}
|
|||
{% endfor %}
|
||||
|
||||
# HostCertificates are listed here.
|
||||
{% if ssh_host_certificates -%}
|
||||
{% for certificate in ssh_host_certificates -%}
|
||||
HostCertificate {{ certificate }}
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
# Host key algorithms that the server offers.
|
||||
{% if sshd_version is version('5.8', '>=') %}
|
||||
|
|
Loading…
Reference in a new issue