ovirt update fetch_nested param doc (#63191)

This commit is contained in:
Martin Nečas 2019-10-14 18:21:17 +02:00 committed by Sandra McCann
parent e9d29b1fe4
commit 0beab6bf69

View file

@ -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"