Skip to content

Commit

Permalink
Update one_image_info DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
abakanovskii committed Sep 20, 2024
1 parent 2fc0fcc commit 2d3abbf
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions plugins/modules/one_image_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -241,15 +238,13 @@
description: The image's list of app_clones ID's.
type: list
elements: int
returned: when O(state=present)
sample:
- 1
- 2
- 3
snapshots:
description: The image's list of snapshots.
type: list
returned: when O(state=present)
sample:
- date: 123123
parent: 1
Expand Down

0 comments on commit 2d3abbf

Please sign in to comment.