forked from ISTI-ansible-roles/ansible-roles
library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Fix a typo.
This commit is contained in:
parent
eeeb9eb811
commit
5e6ddbf01a
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: Install the system resolv.conf
|
- 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
|
when: install_resolvconf
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue