From 0653c447dd213e794d77117b01ccccec0bbae068 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 20 Aug 2023 22:58:29 +0200 Subject: add ansible_managed comment to templates --- roles/sshd/templates/sshd_config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/sshd/templates/sshd_config') diff --git a/roles/sshd/templates/sshd_config b/roles/sshd/templates/sshd_config index 6963c88..abcf0d7 100644 --- a/roles/sshd/templates/sshd_config +++ b/roles/sshd/templates/sshd_config @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + # Parameters that have sane defaults on Debian 11 are omitted. {% set ssh_port = hostvars[inventory_hostname].ansible_port %} -- cgit v1.2.3