1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 10:39:08 +00:00
ansible-podman-collections/plugins/module_utils
antonc42 c9008c75b4
fix pod running status for older podman versions (#500)
* fix pod running status for older podman versions

Older podman versions, such as podman 1.6.4 on CentOS 7, do not have the
pod status in the 'podman pod inspect' output. Added an attribute and a
method to PodmanPod to fetch the 'podman pod ps' output. Added an
additional status check to the exising running property that uses the
'ps' info.

Fixes #499

Signed-off-by: antonc42 <antonc42@users.noreply.github.com>
2022-10-29 15:59:20 +03:00
..
podman fix pod running status for older podman versions (#500) 2022-10-29 15:59:20 +03:00
__init__.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00