configpolicy/roles/serterm/templates/authorized_keys.j2

4 lines
64 B
Django/Jinja

{% for key in serterm_authorized_keys %}
{{ key }}
{% endfor %}