From 5a9ed4ba1a8d41d0f2d46d3bb9bbc1b634f373b3 Mon Sep 17 00:00:00 2001 From: Fabio Sinibaldi Date: Fri, 24 Jul 2026 15:00:01 +0200 Subject: [PATCH] fix item.key reference --- ansible/playbooks/templates/ansible_auth_keys.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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