From eacb127542f2469ab4b736781abc7d9554b131f2 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 15 Jun 2018 13:50:40 +0200 Subject: [PATCH] library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Add a tag to the resolvconf task. --- ubuntu-deb-general/tasks/resolvconf.yml | 1 + 1 file changed, 1 insertion(+) 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