Hi, i am using ansible 2.2.1.0 and using win_copy module to copy on the remote_src from one directory to another directory. but seeing failure as "msg": "missing required argument: original_basename ".
my sample code is simple...
name: windows copy war to webapps
win_copy:
src: 'D:\temp\stage\'
dest: 'C:\temp\webapps\'
remote_src: True
Hi, i am using ansible 2.2.1.0 and using win_copy module to copy on the remote_src from one directory to another directory. but seeing failure as "msg": "missing required argument: original_basename ". my sample code is simple...
any suggestion or comments to fix. ?