This commit is contained in:
2024-09-03 20:26:52 +03:00
parent ec7ba0db29
commit ec1c159ea5

View File

@@ -1,8 +1,7 @@
# MANAGED BY ANSIBLE DONT TOUCH BY HANDS # # MANAGED BY ANSIBLE DONT TOUCH BY HANDS #
# {% for interface in without_lte.stdout_lines %} {% for interface in without_lte.stdout_lines %}
# interface={{ interface }} interface={{ interface }}
# {% endfor %} {% endfor %}
interface=br0
{% for nameserver in nameservers %} {% for nameserver in nameservers %}
server={{ nameserver }} server={{ nameserver }}
{% endfor %} {% endfor %}