From 2d3abbfd58c32260497eef35e400020e8c8d2d57 Mon Sep 17 00:00:00 2001 From: abakanovskii Date: Fri, 20 Sep 2024 22:55:26 +0300 Subject: [PATCH] Update one_image_info DOC --- plugins/modules/one_image_info.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/plugins/modules/one_image_info.py b/plugins/modules/one_image_info.py index db627187f12..2b7bb0dfdf3 100644 --- a/plugins/modules/one_image_info.py +++ b/plugins/modules/one_image_info.py @@ -123,7 +123,6 @@ permissions: description: The image's permissions. type: dict - returned: when O(state=present) contains: owner_u: description: The image's owner USAGE permissions. @@ -173,11 +172,11 @@ other_a: 0 type: description: The image's type. - type: str + type: int sample: 0 disk_type: description: The image's format type. - type: str + type: int sample: 0 persistent: description: The image's persistence status (1 means true, 0 means false). @@ -223,7 +222,6 @@ description: The image's list of vm ID's. type: list elements: int - returned: when O(state=present) sample: - 1 - 2 @@ -232,7 +230,6 @@ description: The image's list of clones ID's. type: list elements: int - returned: when O(state=present) sample: - 1 - 2 @@ -241,7 +238,6 @@ description: The image's list of app_clones ID's. type: list elements: int - returned: when O(state=present) sample: - 1 - 2 @@ -249,7 +245,6 @@ snapshots: description: The image's list of snapshots. type: list - returned: when O(state=present) sample: - date: 123123 parent: 1