Merge branch 'fix-copy-recursive-issue' of https://github.com/tksmd/ansible into tksmd-fix-copy-recursive-issue
This commit is contained in:
commit
84173035ea
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ def split_pre_existing_dir(dirname):
|
|||
(pre_existing_dir, new_directory_list) = split_pre_existing_dir(head)
|
||||
else:
|
||||
return (head, [ tail ])
|
||||
new_directory_list.insert(0, tail)
|
||||
new_directory_list.append(tail)
|
||||
return (pre_existing_dir, new_directory_list)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue