mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-05-12 01:54:04 +00:00
* Fix podman_pod skipping in check mode by adding supports_check_mode=True The module was not declaring supports_check_mode=True in AnsibleModule(), causing Ansible to automatically skip the task when running with --check. The module_utils (podman_pod_lib) already guards execution with `if not self.module.check_mode`, so the logic was in place — only the declaration was missing. Signed-off-by: Jérémy Phetphoumy <j.phetphoumy@gmail.com> * Add integration tests for podman_pod check mode support Adds a dedicated integration test target to verify that podman_pod correctly supports check mode: - Reports changed on a non-existing pod without creating it - Is idempotent on an existing pod with the same config - Reports changed on config diff without modifying the actual pod Signed-off-by: Jérémy Phetphoumy <j.phetphoumy@gmail.com> --------- Signed-off-by: Jérémy Phetphoumy <j.phetphoumy@gmail.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| podman_container.py | ||
| podman_container_copy.py | ||
| podman_container_exec.py | ||
| podman_container_info.py | ||
| podman_containers.py | ||
| podman_export.py | ||
| podman_generate_systemd.py | ||
| podman_image.py | ||
| podman_image_info.py | ||
| podman_import.py | ||
| podman_load.py | ||
| podman_login.py | ||
| podman_login_info.py | ||
| podman_logout.py | ||
| podman_network.py | ||
| podman_network_info.py | ||
| podman_play.py | ||
| podman_pod.py | ||
| podman_pod_info.py | ||
| podman_prune.py | ||
| podman_quadlet.py | ||
| podman_quadlet_info.py | ||
| podman_runlabel.py | ||
| podman_save.py | ||
| podman_search.py | ||
| podman_secret.py | ||
| podman_secret_info.py | ||
| podman_system_connection.py | ||
| podman_system_connection_info.py | ||
| podman_system_info.py | ||
| podman_tag.py | ||
| podman_volume.py | ||
| podman_volume_info.py | ||