mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-22 11:00:19 +01:00
5 lines
172 B
Text
5 lines
172 B
Text
|
{{ ansible_managed | comment }}
|
||
|
{{ "willshersystems:ansible-sshd" | comment(prefix="", postfix="") }}
|
||
|
{% for key in sshd_trusted_user_ca_keys_list %}
|
||
|
{{ key }}
|
||
|
{% endfor %}
|