matrix-docker-compose/ansible/roles/base/templates/authorized_keys.j2

4 lines
51 B
Text
Raw Normal View History

{% for item in ssh_keys %}
{{ item }}
{% endfor %}