ansible-ffibk/roles/users/templates/authorized_keys.j2
2018-02-28 06:04:25 +01:00

4 lines
69 B
Django/Jinja

{% for key in item.ssh_keys %}
{{ key.ssh_public_key }}
{% endfor %}