1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-12 12:25:01 +00:00
ansible-podman-collections/plugins/modules
Lars Kellogg-Stedman 5d7e5c3a5a podman_image: only set changed=true if there is a new image
with force: true, podman_image would always report changed regardless
of whether or not the pull or build operation resulted in a new image.
With this commit, check the image digest before and after and only
reported changed if the digest is different.
2020-03-29 23:25:50 -04:00
..
__init__.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
podman_container.py Add podman_container module from TripleO 2020-03-15 21:08:06 +02:00
podman_container_info.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
podman_image.py podman_image: only set changed=true if there is a new image 2020-03-29 23:25:50 -04:00
podman_image_info.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
podman_network_info.py Add podman_network_info module 2020-03-15 21:12:03 +02:00
podman_volume_info.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00