-
-
Notifications
You must be signed in to change notification settings - Fork 866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change defaults in the next major release #369
Conversation
Has a couple conflicts now, but marking this as planned since I want to do it soon-ish. |
Rebased |
@geerlingguy any updates on when you'll do the next major release? |
f8adbc8
to
69cfc0c
Compare
41e8503
to
298b1d2
Compare
298b1d2
to
c3a1271
Compare
Bump. @geerlingguy - can we get a 7.0.0? |
There's currently a merge conflict in this PR but keep bumping once that's fixed and we'll get there :) |
@geerlingguy done |
@kaysond @geerlingguy Having this merged caused me the same problem it was supposed to fix (#335) but the other way around. I had docker installed by a previous version of this role and upgrading the role to 7.0.0 led me into the situation where two different apt sources where present and conflicting:
I understand this change to the role's defaults was released as a major version bump which may introduce breaking changes, but I don't clearly see what is the right upgrade path supposed to be. Should I have added in advance a task to my playbooks to ensure the existing apt source file (the one which name is automatically generated by the |
@gizero - you just needed to set the The reason for the change is to align with the Docker installation docs. This could probably be more clear in the docs... There might be a way to detect the old one and set the variable dynamically, but it might need to be hardcoded by OS |
Setting up this PR to update some default options the next time a major release is going to happen:
docker.list
which matches the docker documentation, and solves Role fails if docker repository is already on the host but wasn't added by ansible #335docker compose
plugin via the docker repo package instead of the docker-compose standalone binary by defaultFor the latter