I think the \t in your path will be interpreted as a tab character, which is not valid in a Windows path.
It's best to use key: value syntax when working with Windows paths, rather than the key=value style. Generally, for hard coded windows paths they will work fine if you use key: value and enter the path in single quotes. Hope this helps, Jon -- 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/639ca1fd-d461-464b-a7d1-847a66d390b0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
