Skip to content
Snippets Groups Projects
Commit a57217ae authored by jurgenhaas's avatar jurgenhaas
Browse files

Add support for optional extra arguments during find when colecting config

parent 4b20477a
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
state: directory state: directory
- name: Read file name in working copy - name: Read file name in working copy
shell: find . -type f shell: find . {{ collectConfig.findExtraArguments|default('') }} -type f
args: args:
chdir: '{{ pathWorking }}' chdir: '{{ pathWorking }}'
register: list_config_files register: list_config_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment