From 5e6ddbf01a136ec647609903bea9afddaf4ba4e6 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 1 Oct 2015 15:46:33 +0200 Subject: [PATCH] library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Fix a typo. --- ubuntu-deb-general/tasks/resolvconf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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