From b0996153026d574ac81411d634f0f9d5a4dd0ba8 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Wed, 11 Sep 2024 22:47:52 +0300 Subject: [PATCH] =?UTF-8?q?ff=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/configure/templates/dnsmasq.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure/templates/dnsmasq.conf.j2 b/roles/configure/templates/dnsmasq.conf.j2 index 2d6b14e..b861c8d 100644 --- a/roles/configure/templates/dnsmasq.conf.j2 +++ b/roles/configure/templates/dnsmasq.conf.j2 @@ -1,4 +1,4 @@ -# MANAGED BY ANSIBLE DONT TOUCH BY HANDS # +# MANAGED BY ANSIBLE DONT TOUCH BY HANDS interface=br0 {% for nameserver in nameservers %} server={{ nameserver }}