Closed mallmen closed 1 year ago
I was able to make this work by quoting the path
datacenter: 'NPRD Core Server Hosting'
folder_absolute_path: '/NPRD Core Server Hosting/vm/OpenShift/{{ cluster }}'
For what it's worth, the same applies to govc on the command line :-)
Quoting names with spaces resolve this issue, closing...
There are several places where the
vmware.folder_absolute_path
are used in thecommand
module which does not work with spaces. Re-factor the tasks to usecommand.argv
to properly handle the spaces.