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/letsencrypt/templates/domain_list.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/letsencrypt/templates/domain_list.txt') diff --git a/roles/letsencrypt/templates/domain_list.txt b/roles/letsencrypt/templates/domain_list.txt index 8cd60f8..d45c7f0 100644 --- a/roles/letsencrypt/templates/domain_list.txt +++ b/roles/letsencrypt/templates/domain_list.txt @@ -1,3 +1,5 @@ +{{ ansible_managed | comment }} + {% for domain in certificate_domains %} {{ domain }} {% endfor %} -- cgit v1.2.3