We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb68f14 commit b4ae388Copy full SHA for b4ae388
plugins/modules/vmware_vm_info.py
@@ -430,6 +430,7 @@ def get_virtual_machines(self):
430
431
esxi_hostname = None
432
esxi_parent = None
433
+ note = None
434
435
if self.module.params.get('show_esxi_hostname') or self.module.params.get('show_cluster'):
436
if summary.runtime.host:
0 commit comments