diff --git a/tasks/collect_config/collect.yml b/tasks/collect_config/collect.yml
index 449f9b752c31b92f437c3453238bd2257cfb443f..164fddf78fb3b0944dc8bfb27e56053ed57583be 100644
--- a/tasks/collect_config/collect.yml
+++ b/tasks/collect_config/collect.yml
@@ -17,7 +17,7 @@
       state: directory
 
   - name: Read file name in working copy
-    shell: find . -type f
+    shell: find . {{ collectConfig.findExtraArguments|default('') }} -type f
     args:
       chdir: '{{ pathWorking }}'
     register: list_config_files