diff --git a/ubuntu-deb-general/tasks/resolvconf.yml b/ubuntu-deb-general/tasks/resolvconf.yml index fd31205..5a0d234 100644 --- a/ubuntu-deb-general/tasks/resolvconf.yml +++ b/ubuntu-deb-general/tasks/resolvconf.yml @@ -1,3 +1,6 @@ --- +- name: Install the system resolv.conf - copy: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644 + when: install_resolvconf +