library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Add a tag to the resolvconf task.

This commit is contained in:
Andrea Dell'Amico 2018-06-15 13:50:40 +02:00
parent a0314a3bdf
commit eacb127542
1 changed files with 1 additions and 0 deletions

View File

@ -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