summaryrefslogtreecommitdiff
path: root/roles/vm/network/templates/resolv.conf.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-06-12 13:44:47 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-06-21 00:14:25 +0200
commited3885ac85e1a005d972662f966849bf626d5fba (patch)
tree6291a6b1947657ec083a50a43f4a654bc27392d9 /roles/vm/network/templates/resolv.conf.j2
parentMerge branch 'topic/kubernetes-network-plugins' (diff)
initial tests with new network config
Diffstat (limited to 'roles/vm/network/templates/resolv.conf.j2')
-rw-r--r--roles/vm/network/templates/resolv.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm/network/templates/resolv.conf.j2 b/roles/vm/network/templates/resolv.conf.j2
index a32ec181..f62b6ed7 100644
--- a/roles/vm/network/templates/resolv.conf.j2
+++ b/roles/vm/network/templates/resolv.conf.j2
@@ -1,4 +1,4 @@
-{% for nsrv in network.nameservers %}
+{% for nsrv in network_cooked.nameservers %}
nameserver {{ nsrv }}
{% endfor %}
search {{ network.domain }}