6 lines
98 B
Text
6 lines
98 B
Text
|
# {{ansible_managed|comment}}
|
||
|
|
||
|
{% for item in ssh_trusted_user_ca_keys %}
|
||
|
{{ item }}
|
||
|
{% endfor %}
|