Skip to content

Commit

Permalink
Fix wrong return data type in podman_image_info
Browse files Browse the repository at this point in the history
Fix #689
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
  • Loading branch information
sshnaidm committed Feb 19, 2024
1 parent 90ac7e1 commit de490b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/podman_image_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
images:
description: info from all or specified images
returned: always
type: dict
type: list
sample: [
{
"Annotations": {},
Expand Down

0 comments on commit de490b8

Please sign in to comment.