From eeeb9eb811c6d2972b2280f500d06dba66a29b96 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 1 Oct 2015 15:28:15 +0200 Subject: [PATCH] d4science-ghn-cluster/EGI_playbooks: EGI playbooks run by packer go here. --- ubuntu-deb-general/tasks/resolvconf.yml | 3 +++ 1 file changed, 3 insertions(+) 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 +