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
In the PR above, I applied a regex_replace in the docker_version variable, to use only the tag in the bash-completion installation. Since the correct value for docker_version, based on the versions listed in apt, would be docker_version: "5:20.10.17~3-0~ubuntu-focal"
Given this minimal Ansible play running against Debian Buster
The Ansible run fails for the task installing the bash completion
Looks like version strings on Debian and on the Github Docker CLI repository are no longer compatible.
The text was updated successfully, but these errors were encountered: