mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-11 10:35:34 +00:00
xenserver_guest_info: add VDI uuid and vdi_type to disk info (#12119)
* xenserver_guest_info: add VDI uuid and vdi_type to disk info
Add uuid and vdi_type (VHD/QCOW2) fields to the disk information
returned by xenserver_guest_info module.
Fixes #11998
* changelog: add PR URL to changelog fragment
* xenserver_guest_info: add uuid and vdi_type to RETURN example output
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| fixtures | ||
| common.py | ||
| conftest.py | ||
| FakeAnsibleModule.py | ||
| FakeXenAPI.py | ||
| test_gather_vm_params_and_facts.py | ||
| test_get_object_ref.py | ||
| test_misc.py | ||
| test_netaddr_functions.py | ||
| test_set_vm_power_state.py | ||
| test_wait_for_functions.py | ||
| test_xapi.py | ||
| test_xenserverobject.py | ||