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

- Correct wildcard of templates inside the role.

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