mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Had to fix up the resolver copy, something was amuck
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# This will set our resolvers up, to the .tilde tld name servers.
|
# This will set our resolvers up, to the .tilde tld name servers.
|
||||||
---
|
---
|
||||||
- name: Set .tilde systems resolvers
|
- name: Set .tilde systems resolvers
|
||||||
copy: src=../files/resolv.conf dest=/etc/resolv.conf
|
copy:
|
||||||
|
src: ../files/resolv.conf
|
||||||
|
dest: /etc/resolv.conf
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
mode: 0644
|
||||||
|
|||||||
Reference in New Issue
Block a user