From 9ca295ff7e916eac3b5e9d59ebea12955e7b470a Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Fri, 11 Mar 2022 17:00:40 +1300 Subject: [PATCH] Also /etc/resolv.conf :) --- tasks/networking.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/networking.yml b/tasks/networking.yml index 2bdcf30..5d5b9f0 100644 --- a/tasks/networking.yml +++ b/tasks/networking.yml @@ -14,6 +14,7 @@ dest: /etc/resolv.conf, mode: u+rw,a+r } + when: ansible_virtualization_type != "docker" tags: dns - name: Ensure hosts file correct