You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e9d5649 uses the containers.podman.podman_login module instead of using ansible.command to login to the registry. It appears that containers.podman.podman_login explicitly disallows setting the tlsverify and certdir arguments together -- no matter whether they are false/true. e9d5649 appears to set the parameters to an empty string even when they default to false.
Since this renders the podman plugin practically unusable, I propose:
open a bug report with https://github.com/containers/ansible-podman-collections.git if it is felt that it should be possible to set these two options together (I do not personally see the rational for making them mutually exclusive -- I think podman allows both?)
if this is fixed upstream, reinstate the use of the podman.podman_login
The text was updated successfully, but these errors were encountered:
Since e9d5649, attempting to login to a container registry with the podman driver results in:
e9d5649 uses the
containers.podman.podman_login
module instead of usingansible.command
to login to the registry. It appears thatcontainers.podman.podman_login
explicitly disallows setting thetlsverify
andcertdir
arguments together -- no matter whether they are false/true. e9d5649 appears to set the parameters to an empty string even when they default tofalse
.Since this renders the podman plugin practically unusable, I propose:
podman
allows both?)podman.podman_login
The text was updated successfully, but these errors were encountered: