Hi,
You can construct valid windows paths with spaces if you single quote the path,
like this.
app_dir: 'C:\Program Files (x86)\My App Directory'
If you need to build up a path from a variable you may well need to use double
quotes and double backslashes, like this.
another_dir: "{{ app_homedir}}\\another\\sub\\directory"
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/0001d052-93dd-4573-923c-7667bfcd5fbb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.