1
0
Fork 0
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:
Raoul 2018-03-15 03:18:34 +01:00
parent 0279d94a96
commit c2c7ae4c52
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -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