2018-12-15 22:59:40 +00:00
|
|
|
# This will set our resolvers up, to the .tilde tld name servers.
|
|
|
|
---
|
2018-12-15 23:05:50 +00:00
|
|
|
- name: Set .tilde systems resolvers
|
2018-12-18 01:08:36 +00:00
|
|
|
copy:
|
|
|
|
src: ../files/resolv.conf
|
|
|
|
dest: /etc/resolv.conf
|
|
|
|
owner: root
|
|
|
|
group: root
|
|
|
|
mode: 0644
|