1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-17 23:01:25 +00:00
ansible-podman-collections/plugins
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
..
become New become plugin: podman_unshare (#455) 2022-09-22 17:24:45 +03:00
connection Remove distutils as deprecated (#437) 2022-06-12 22:54:03 +03:00
module_utils fix pod running status for older podman versions (#500) 2022-10-29 15:59:20 +03:00
modules podman_image: add file parameter for Containerfile location (#492) 2022-10-25 17:48:14 +03:00