Skip to content
Snippets Groups Projects
Commit dc93bc23 authored by nimrod's avatar nimrod
Browse files

- Correct wildcard of templates inside the role.

parent bad25fbb
Branches
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
- name: Copy configuration templates
with_fileglob:
- templates/unbound/conf.d/*.conf
- '{{ role_path }}/templates/unbound/conf.d/*.conf'
- '{{ playbook_dir }}/templates/unbound/conf.d/*.conf'
template:
src: '{{ item }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment