From 3e70575d7862ce6c4ae8d1ef96c6ee1ec2a2aec5 Mon Sep 17 00:00:00 2001 From: s3lph Date: Mon, 23 Nov 2020 04:18:41 +0100 Subject: [PATCH] Add ansible_managed comment to zone files --- roles/master/templates/var/lib/knot/master/zone.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/master/templates/var/lib/knot/master/zone.j2 b/roles/master/templates/var/lib/knot/master/zone.j2 index 5b6ea50..7d38d15 100644 --- a/roles/master/templates/var/lib/knot/master/zone.j2 +++ b/roles/master/templates/var/lib/knot/master/zone.j2 @@ -1,3 +1,4 @@ +{{ ansible_managed | comment(decoration="; ") }} $TTL {{ zone.soa.ttl }}