From c767dddbe3de9de65fa06f010cf06a1283544fbc Mon Sep 17 00:00:00 2001 From: OldTyT Date: Sun, 19 Nov 2023 15:04:31 +0000 Subject: [PATCH] chore: added ansible_managed comment in template --- templates/authorized_keys.j2 | 2 ++ 1 file changed, 2 insertions(+) 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 %}