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