From 0beab6bf699fc014aeb7bb74af7a692b2e7d462f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ne=C4=8Das?= Date: Mon, 14 Oct 2019 18:21:17 +0200 Subject: [PATCH] ovirt update fetch_nested param doc (#63191) --- lib/ansible/plugins/doc_fragments/ovirt_info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"