library/roles/ubuntu-deb-general/tasks/resolvconf.yml: Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2015-10-01 15:46:33 +02:00
parent eeeb9eb811
commit 5e6ddbf01a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
- 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