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
While the details are not entirely clear to me, the docker module has a workaround in 3.4.5.
Since the docker module is part of the ansible community, I had to upgrade this. The ansible community modules are distrbuted as pip package ansible (https://pypi.org/project/ansible/). (Not to be confused with ansible-core, which contain the actual ansible executable). For me, ansible modules collection version 7.4.0 has this problem and ansible modules collection version 8.1.0 works fine.
So the solution is to:
# sudo pip install ansible --upgrade
or (since I use MacPorts to install ansible):
# sudo port selfupdate
# sudo port install py311-ansible
The build docker container task gives an error:
The text was updated successfully, but these errors were encountered: