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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment