mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-15 09:10:19 +00:00
10 lines
219 B
YAML
10 lines
219 B
YAML
# This will set our resolvers up, to the .tilde tld name servers.
|
|
---
|
|
- name: Set .tilde systems resolvers
|
|
copy:
|
|
src: ../files/resolv.conf
|
|
dest: /etc/resolv.conf
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|