forked from saratov/infra
4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
{% for u, v in env.users.items() %}
|
|
# {{u}}
|
|
{{v['ssh-key']}}
|
|
{% endfor %} |