We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61c7c9a commit abd2896Copy full SHA for abd2896
roles/ssh_hardening/templates/opensshd.conf.j2
@@ -253,7 +253,7 @@ UseDNS {{ 'yes' if (ssh_use_dns|bool) else 'no' }}
253
254
PrintMotd {{ 'yes' if (ssh_print_motd|bool) else 'no' }}
255
256
-{% if ansible_facts.os_family != 'FreeBSD' %}
+{% if ansible_facts.os_family not in ('FreeBSD','Archlinux') %}
257
PrintLastLog {{ 'yes' if (ssh_print_last_log|bool) else 'no' }}
258
{% endif %}
259
0 commit comments