1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
ansible-podman-collections/plugins/modules
igor-belousov 5416c5dfd8
fix(podman_prune): set top-level changed status (#997)
* fix(podman_prune): set top-level changed status

The module was returning changed status inside nested dicts,
but Ansible expects it at the top level of the result.

Before: {"image": {"changed": true, ...}} -> Ansible sees changed=false
After:  {"changed": true, "image": {...}} -> Ansible sees changed=true
Signed-off-by: Igor Belousov <igor-belousov@users.noreply.github.com>

* Update plugins/modules/podman_prune.py

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Signed-off-by: Igor Belousov <igor-belousov@users.noreply.github.com>

---------

Signed-off-by: Igor Belousov <igor-belousov@users.noreply.github.com>
Co-authored-by: Igor Belousov <igor-belousov@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-15 13:04:16 +02:00
..
__init__.py Migration of Podman modules from Ansible to Containers 2020-03-06 16:29:20 +02:00
podman_container.py add passthrough and none log driver options (#988) 2025-11-04 23:03:44 +02:00
podman_container_copy.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_container_exec.py Fix Ansible sanity issues for new version (#974) 2025-08-29 11:58:20 +03:00
podman_container_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_containers.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_export.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_generate_systemd.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_image.py Add podman image scp option (#970) 2025-08-19 23:30:35 +03:00
podman_image_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_import.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_load.py Run black -l 120 on all Python files to unify the style (#939) 2025-06-15 18:25:48 +03:00
podman_login.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_login_info.py Run black -l 120 on all Python files to unify the style (#939) 2025-06-15 18:25:48 +03:00
podman_logout.py Fix podman logout for newer Podman (#969) 2025-08-18 23:15:41 +03:00
podman_network.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_network_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_play.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_pod.py Run black -l 120 on all Python files to unify the style (#939) 2025-06-15 18:25:48 +03:00
podman_pod_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_prune.py fix(podman_prune): set top-level changed status (#997) 2026-01-15 13:04:16 +02:00
podman_runlabel.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_save.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_search.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_secret.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_secret_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_system_connection.py Add podman system connection modules (#971) 2025-08-25 09:35:27 +03:00
podman_system_connection_info.py Add podman system connection modules (#971) 2025-08-25 09:35:27 +03:00
podman_system_info.py Add podman system info module (#922) 2025-06-22 13:13:11 +03:00
podman_tag.py Fix idempotency for tagging local images (#980) 2025-09-18 14:59:31 +03:00
podman_volume.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00
podman_volume_info.py Run black -l 120 on all files, again (#943) 2025-06-26 13:24:44 +03:00