mirror of https://github.com/ansible/ansible.git
vmware: vmware_vm_inventory use port value when with_tags:True (#65568)
If user specifies a port number in vmware_vm_inventory plugin configuration, then use that port to connect to vCenter rather than connecting to 443 which is default port. Fixes: #64096pull/65620/head
parent
b782227642
commit
c97360d21f
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- vmware_vm_inventory inventory plugin, use the port value while connecting to vCenter (https://github.com/ansible/ansible/issues/64096).
|
Loading…
Reference in New Issue