diff --git a/templates/authorized_keys.j2 b/templates/authorized_keys.j2 index 6957ab1..1a82d2c 100644 --- a/templates/authorized_keys.j2 +++ b/templates/authorized_keys.j2 @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + {% for key in ssh_protect_root_public_keys %} {{key}} {% endfor %}