diff --git a/ansible/playbooks/templates/ansible_auth_keys.j2 b/ansible/playbooks/templates/ansible_auth_keys.j2 index 3748af3..1ad7a02 100644 --- a/ansible/playbooks/templates/ansible_auth_keys.j2 +++ b/ansible/playbooks/templates/ansible_auth_keys.j2 @@ -1,4 +1,4 @@ {% for item in to_set_authorized_keys %} {{ '#' }} Key for {{ item.label }} -{{ item.Key }} +{{ item.key }} {% endfor %} \ No newline at end of file