Popular Posts

Tuesday, April 10, 2018

Ansible : Win_copy does not copy/create empty directories

win_copy ansible module does not copy or create folder if they are empty.

ex: Running win_copy on the following source will create the following result

#src -->

Main_folder\Folder1\test.txt
Main_folder\Folder2

#dest -->

Main_folder\Folder1\test.txt