mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
Use host files lookup for main unbound config
This commit is contained in:
parent
0279d94a96
commit
c2c7ae4c52
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
- name: Copy main unbound configuration
|
||||
copy:
|
||||
src: 'unbound.conf'
|
||||
src: '{{ lookup("hf", "unbound.conf") }}'
|
||||
dest: '/etc/unbound/unbound.conf'
|
||||
owner: root
|
||||
group: root
|
||||
|
|
Loading…
Reference in a new issue