From ec1c159ea59f13bc6ccbbdb09b69bf22abc3caa2 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Tue, 3 Sep 2024 20:26:52 +0300 Subject: [PATCH] ff --- roles/configure/templates/dnsmasq.conf.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/configure/templates/dnsmasq.conf.j2 b/roles/configure/templates/dnsmasq.conf.j2 index b2319fa..6ab2253 100644 --- a/roles/configure/templates/dnsmasq.conf.j2 +++ b/roles/configure/templates/dnsmasq.conf.j2 @@ -1,8 +1,7 @@ # MANAGED BY ANSIBLE DONT TOUCH BY HANDS # -# {% for interface in without_lte.stdout_lines %} -# interface={{ interface }} -# {% endfor %} -interface=br0 +{% for interface in without_lte.stdout_lines %} +interface={{ interface }} +{% endfor %} {% for nameserver in nameservers %} server={{ nameserver }} {% endfor %}