mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
VMware: Handle duplicate VM names in vmware_vm_facts (#45412)
This fix changes facts returned from vmware_vm_facts to list of dict from dict of dict. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -164,6 +164,10 @@ Noteworthy module changes
|
||||
|
||||
* The ``docker_swarm_service`` module no longer sets a default for the ``user`` option. Before, the default was ``root``.
|
||||
|
||||
* ``vmware_vm_facts`` used to return dict of dict with virtual machine's facts. Ansible 2.8 and onwards will return list of dict with virtual machine's facts.
|
||||
Please see module ``vmware_vm_facts`` documentation for example.
|
||||
|
||||
|
||||
Plugins
|
||||
=======
|
||||
|
||||
|
||||
Reference in New Issue
Block a user