chore: added ansible_managed comment in template

This commit is contained in:
2023-11-19 15:04:31 +00:00
parent ed04125e0f
commit c767dddbe3

View File

@@ -1,3 +1,5 @@
{{ ansible_managed | comment }}
{% for key in ssh_protect_root_public_keys %} {% for key in ssh_protect_root_public_keys %}
{{key}} {{key}}
{% endfor %} {% endfor %}