billyfoss / ansible-win-copy-alternative

Example demonstrating alternative to Ansible win_copy
3 stars 0 forks source link

ansible 2.2.* win_copy modules failed #1

Open ghousebashas opened 7 years ago

ghousebashas commented 7 years ago

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. ?

billyfoss commented 7 years ago

The remote_src appears new in 2.3, so 2.2.1.0 may be complaining about that.