From a601f1bb310e9872d99625629826a94775316abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Wed, 24 Jan 2018 00:00:19 +0100 Subject: [PATCH] Added ansible Tag --- roles/radvd/templates/radvd.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/radvd/templates/radvd.conf.j2 b/roles/radvd/templates/radvd.conf.j2 index e769ec7..3cadda5 100644 --- a/roles/radvd/templates/radvd.conf.j2 +++ b/roles/radvd/templates/radvd.conf.j2 @@ -1,3 +1,5 @@ +# {{ ansible_managed }} + interface br-{{ site_code }} { AdvSendAdvert on; IgnoreIfMissing on;