containers / ansible-podman-collections

Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool
GNU General Public License v3.0
252 stars 137 forks source link

fix: Restore detailed push logic and logging in PodmanImageManager #769

Closed son-vyas closed 1 month ago

son-vyas commented 1 month ago

This commit addresses the issues introduced by the recent PR[1] by reintegrating detailed logging and conditional push logic into the PodmanImageManager.

The following changes have been made:

[1] fix: Restore detailed push logic and logging in PodmanImageManager

This commit addresses the issues introduced by the recent PR by reintegrating detailed logging and conditional push logic into the PodmanImageManager. The following changes have been made:

[1] https://github.com/containers/ansible-podman-collections/commit/4985d484155b2a0d6f90f21da99e6f152aad3d02

sshnaidm commented 1 month ago

Thanks, @son-vyas, I'd prefer to address this in #771 pr, which take into account previous cases.