From fe02689ed41e327fe3a377d6d4e84ff7a1623f4c Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 29 Oct 2017 19:50:54 +0000 Subject: [PATCH] fix ssh_authorized_keys template --- templates/ssh_authorized_keys.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}