mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Fixes #712 Podman 5 changed the output of `podman pod info` (when run on a single pod) from being a dict to being a list of dicts: https://github.com/containers/podman/pull/21514 this should handle both ways. Unfortunately not sure how to add a test for this as I can't see a unit test that mocks the output of the command, only the integration test that gets real live output, and I'm not sure how to get that test run with Podman 5. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| podman_container_lib.py | ||
| podman_pod_lib.py | ||