fix: resolv.conf.j2 filename

This commit is contained in:
Simon Cornet 2026-05-08 08:46:09 +02:00
commit 9b473f09ec

View file

@ -1,9 +0,0 @@
{% for dns_server in dns_servers -%}
nameserver {{ dns_server }}
{% endfor %}
{% if "example" not in dns_search -%}
search {{ dns_search }}
{% endif %}
{% if dns_options -%}
options {{ dns_options | join(' ') }}
{% endif %}