xoxys.network/templates/etc/resolv.conf.j2
Robert Kaussow 73a29b0619
Some checks failed
continuous-integration/drone/push Build is failing
fix: fix rhel9 compatibility
2022-09-18 13:02:53 +02:00

5 lines
108 B
Django/Jinja

{{ ansible_managed | comment }}
{% for item in network_resolve_server %}
nameserver {{ item }}
{% endfor %}