mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-23 02:19:24 +00:00
5 lines
162 B
YAML
5 lines
162 B
YAML
# This will set our resolvers up, to the .tilde tld name servers.
|
|
---
|
|
- name: Ensure localsudo in place
|
|
copy: src=../files/resolv.conf dest=/etc/resolv.conf
|