First check your version of Ansible as some older version may have had some 
bugs with spaces in paths. 

I'd think you need to quote around the path itself. using strict yaml i 
think ive done it

dest: 'C:\Documents and Settings\All Users\Start Menu\Windows Update.lnk'

or if you go with doublequotes, i think you may need doublslashes like 

dest: "C:\\Documents and Settings\\All Users\\Start Menu\\Windows 
Update.lnk'"

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/661909c8-e0eb-4773-aa0b-326bc0a57924%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to