Ansible win_robocopy gives error as "No Destination Directory Specified"

Hi,

I am facing issues while using ansible with win_robocopy , I face this issue when I specify any path with some space.

{
“_ansible_parsed”: true,
“src”: “C:\We bs\Service\”,
“changed”: false,
“_ansible_no_log”: false,
“dest”: “C:\backups\DSA-PDN\Service”,
“cmd”: " C:\We bs\Service\ C:\backups\DSA-PDN\Service /purge /e",
“recurse”: true,
“return_code”: 16,
“purge”: true,
“failed”: true,
“flags”: null,
“rc”: 16,
“msg”: “ERROR : No Destination Directory Specified.”,
“output”: [
“”,
“-------------------------------------------------------------------------------”,
" ROBOCOPY :: Robust File Copy for Windows “,
“-------------------------------------------------------------------------------”,
“”,
" Started : Wednesday, October 10, 2018 8:52:10 AM”,
" Source : C:\We bs\Service" C:\backups\DSA-PDN\Service \purge \e\“,
" Dest - “,
“”,
" Files : .”,
“\t “,
" Options : . /DCOPY:DA /COPY:DAT /R:1000000 /W:30 “,
“”,
“------------------------------------------------------------------------------”,
“”,
“ERROR : No Destination Directory Specified.”,
“”,
" Simple Usage :: ROBOCOPY source destination /MIR”,
“”,
" source :: Source Directory (drive:\path or \\server\share\path).”,
" destination :: Destination Dir (drive:\path or \\server\share\path).”,
" /MIR :: Mirror a complete directory tree.”,
“”,
" For more usage information run ROBOCOPY /?",
“”,
" ",
“**** /MIR can DELETE files as well as copy them !”
]
}

I dont know if i am doing anything wrong . Please help