Hi, I'm using Ansible 2.8 on Ubuntu and I'm trying to make a directory to a windows box.
Read it.
If I use an unquoted or single quoted string, like so:
I get
"path C:\\foo will not be created"
If I use a double quoted string, like so:
- win_file:
I get
"Get-AnsibleParam: Parameter 'path' has an invalid path 'C:\foo' specified."
Help!