diff options
Diffstat (limited to 'roles/dns/templates/resolv.conf.j2')
-rw-r--r-- | roles/dns/templates/resolv.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
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] }} |