fix item.key reference
This commit is contained in:
parent
af712d45d3
commit
5a9ed4ba1a
|
|
@ -1,4 +1,4 @@
|
|||
{% for item in to_set_authorized_keys %}
|
||||
{{ '#' }} Key for {{ item.label }}
|
||||
{{ item.Key }}
|
||||
{{ item.key }}
|
||||
{% endfor %}
|
||||
Loading…
Reference in New Issue