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

Support subdirectories for config export

parent 85a88786
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,9 @@
state: directory
- name: Read file name in working copy
shell: ls {{ pathWorking }} -1
shell: find . -type f
args:
chdir: '{{ pathWorking }}'
register: list_config_files
- name: Copy working copy to config path
......
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