nickjj / ansible-docker

Install / Configure Docker and Docker Compose using Ansible.
MIT License
750 stars 224 forks source link

Explicitly install Docker CLI and rootless extras #129

Closed SogoKato closed 3 months ago

SogoKato commented 3 months ago

Without doing this these packages won't get updated when you install a new version of Docker.

Submitting the same change as https://github.com/nickjj/ansible-docker/pull/122

I ran into the issue and found the p-r above, so I have confirmed it in my environment.

It is mentioned that docker-cli-* needs to be pinned separately in the last comment of the issue. However, it seems this is not necessary because the CLI package name is now docker-ce-cli instead of docker-cli.

nickjj commented 3 months ago

Hi, thanks a lot. Looks good.

SogoKato commented 3 months ago

Thank you! When is the release scheduled?

nickjj commented 3 months ago

Releases aren't automatically cut on any new commits landing on the master branch.

It's been a bit since I made a release. Before making a new one I'd like to bump the default versions in the docs and also look into https://github.com/nickjj/ansible-docker/issues/128. Basically doing a bit of housekeeping. I don't know exactly when, maybe over the weekend or sometime next week.

SogoKato commented 3 months ago

Okay, I understand. Thank you for your efforts!

nickjj commented 3 months ago

No problem, it's been pushed and is available in v2.5.0.