From 35313342818cd28f9d8596149c98b6d2d3d2c2c7 Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Sun, 13 Sep 2020 23:02:57 +0200 Subject: [PATCH] Add ansible_managed header to templates files --- templates/wg.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/wg.conf.j2 b/templates/wg.conf.j2 index e4c8656..d19409f 100644 --- a/templates/wg.conf.j2 +++ b/templates/wg.conf.j2 @@ -1,4 +1,6 @@ #jinja2: lstrip_blocks:"True",trim_blocks:"True" +# {{ ansible_managed }} + [Interface] # {{ inventory_hostname }} Address = {{hostvars[inventory_hostname].wireguard_address}}