2015-05-28 11:32:57 +02:00
|
|
|
---
|
2015-10-01 15:28:15 +02:00
|
|
|
- name: Install the system resolv.conf
|
2018-05-04 19:47:39 +02:00
|
|
|
template: src=resolv.conf dest=/etc/resolv.conf owner=root group=root mode=0644
|
2015-10-01 15:28:15 +02:00
|
|
|
when: install_resolvconf
|
2018-06-15 13:50:40 +02:00
|
|
|
tags: resolvconf
|
2015-10-01 15:28:15 +02:00
|
|
|
|
2015-05-28 11:32:57 +02:00
|
|
|
|