From 8571115a367cd8ea21393ad87c8ec938377efe77 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Wed, 4 Sep 2024 21:01:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/configure/templates/dnsmasq.conf.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/configure/templates/dnsmasq.conf.j2 b/roles/configure/templates/dnsmasq.conf.j2 index b2319fa..b861c8d 100644 --- a/roles/configure/templates/dnsmasq.conf.j2 +++ b/roles/configure/templates/dnsmasq.conf.j2 @@ -1,7 +1,4 @@ -# MANAGED BY ANSIBLE DONT TOUCH BY HANDS # -# {% for interface in without_lte.stdout_lines %} -# interface={{ interface }} -# {% endfor %} +# MANAGED BY ANSIBLE DONT TOUCH BY HANDS interface=br0 {% for nameserver in nameservers %} server={{ nameserver }}