diff --git a/ubuntu-deb-general/tasks/resolvconf.yml b/ubuntu-deb-general/tasks/resolvconf.yml index 3008d861..cf7554e3 100644 --- a/ubuntu-deb-general/tasks/resolvconf.yml +++ b/ubuntu-deb-general/tasks/resolvconf.yml @@ -2,5 +2,6 @@ - name: Install the system resolv.conf template: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644 when: install_resolvconf + tags: resolvconf