diff --git a/lib/ansible/plugins/doc_fragments/ovirt_info.py b/lib/ansible/plugins/doc_fragments/ovirt_info.py index 2b753e4009c..b16356a230c 100644 --- a/lib/ansible/plugins/doc_fragments/ovirt_info.py +++ b/lib/ansible/plugins/doc_fragments/ovirt_info.py @@ -12,7 +12,8 @@ options: fetch_nested: description: - If I(yes) the module will fetch additional data from the API. - - It will fetch IDs of the VMs disks, snapshots, etc. User can configure to fetch other + - It will fetch only IDs of nested entity. It doesn't fetch multiple levels of nested attributes. + Only the attributes of the current entity. User can configure to fetch other attributes of the nested entities by specifying C(nested_attributes). type: bool version_added: "2.3"