diff --git a/tasks/main.yml b/tasks/main.yml
index 6cd407b6208e95e2840a1cadf7d6369bd68e31f8..724bb2b1ebea8dabb160b28e640900b0fd912e81 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -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 }}'