diff --git a/templates/ssh_authorized_keys.j2 b/templates/ssh_authorized_keys.j2 index 74fcb57..4cf51ef 100644 --- a/templates/ssh_authorized_keys.j2 +++ b/templates/ssh_authorized_keys.j2 @@ -1,3 +1,3 @@ -{% for key in users[item].authorized_keys %} +{% for key in root_ssh_authorized_keys %} {{ key }} {% endfor %}