mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-22 01:49:25 +00:00
5 lines
164 B
YAML
5 lines
164 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
|