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
@gaiziRepo you didn't know, but your question is not related to the ansible role per se, because the name of the version of docker depends on your package manager: as an example, this is for Ubuntu 18 5:{{ docker_version }}~3-0~ubuntu-bionic
therefore, to install a specific pinned version of docker, you should do, on ubuntu 18:
I put extra verbosity to relay the concept. docker_packages is the role's only variable, the others are for you to remember that the version is 19.03.15, and that it has an awful name in ubuntu 18's repos
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
Hello, how can i update the docker version ?
I have an old version installed with the role geerlingguy.docker version 4.2.1 and the docker version istalled is 19.03.13.
I'm using geerlingguy.docker version 7.1.0 now and i want to update docker to it's latest version 26.0.
I did specify :
docker_packages_state: latest
docker_packages:
But it does not seem to work. how can i update docker version ? did i miss a step ?
The text was updated successfully, but these errors were encountered: