2015-05-28 11:32:57 +02:00
|
|
|
---
|
2015-10-01 15:28:15 +02:00
|
|
|
- name: Install the system resolv.conf
|
2015-10-01 15:46:33 +02:00
|
|
|
copy: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
|
2015-10-01 15:28:15 +02:00
|
|
|
when: install_resolvconf
|
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|