fcf3202ba4
The old role will be kept and include ensure-kubernetes for backwards compatability. Change-Id: Ic0c18a833f4a07e123f8313673bd9c864d7d2919
4 lines
70 B
Django/Jinja
4 lines
70 B
Django/Jinja
{% for x in minikube_dns_resolvers %}
|
|
nameserver {{ x }}
|
|
{% endfor %}
|