From 817bb2df9606bc17929d04b927e4dca2934b3399 Mon Sep 17 00:00:00 2001 From: binary Date: Fri, 5 Mar 2021 19:53:13 +0100 Subject: Refactor dns role --- roles/dns/templates/resolv.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/dns/templates') diff --git a/roles/dns/templates/resolv.conf.j2 b/roles/dns/templates/resolv.conf.j2 index f7240e7..b789e8a 100644 --- a/roles/dns/templates/resolv.conf.j2 +++ b/roles/dns/templates/resolv.conf.j2 @@ -2,6 +2,6 @@ # resolv configuration ~~ /etc/resolv.conf # managed by Ansible -nameserver {{ global.dns[0] }} -nameserver {{ global.dns[1] }} +nameserver {{ dns_dns[0] }} +nameserver {{ dns_dns[1] }} -- cgit v1.2.3