Had to fix up the resolver copy, something was amuck

This commit is contained in:
Ubergeek 2018-12-18 01:08:36 +00:00
parent c81bb20314
commit 5c00dfd0a7
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# 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
copy:
src: ../files/resolv.conf
dest: /etc/resolv.conf
owner: root
group: root
mode: 0644