forked from ISTI-ansible-roles/ansible-roles
library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Add a tag to the resolvconf task.
This commit is contained in:
parent
a0314a3bdf
commit
eacb127542
|
@ -2,5 +2,6 @@
|
||||||
- name: Install the system resolv.conf
|
- name: Install the system resolv.conf
|
||||||
template: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
|
template: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
|
||||||
when: install_resolvconf
|
when: install_resolvconf
|
||||||
|
tags: resolvconf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue