tsiamer
tsiamer
> Hey @tsiamer, thanks for reporting this. > > I'm working this a bit blind as I don't have a windows machine to test on, but looking through the code...
> Thanks for the quick reply. > > Weird... that first version seems like it should work and the second should give a "syscall.EWINDOWS [..] error, wrapped in *PathError." Sounds...
Thanks here is the playbook: ``` --- - hosts: localhost gather_facts: true ignore_unreachable: true ignore_errors: true connection: local vars_files: - vmware_config.yml tasks: - name: Gather info about all ESXi Host...
Same, seems there is an issue with the cluster_name in the module, esxi_name works fine, just used a looped through the cluster hosts and worked, guess better than nothing :)...
Strange though ignored errors, and unreachable is set and it is working when doing loop with esxi_hostname even though some hosts are shutdown, with cluster_name wont work,