fix: resolv.conf.j2 filename
This commit is contained in:
parent
9ce3d2b888
commit
9b473f09ec
1 changed files with 0 additions and 0 deletions
|
|
@ -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 %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue