docker connection: handle version and docker_args (#327)

* handle version and docker_args

* Remove breaking change.

* Add changelog fragment.

* Fix unit tests.

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Brian Coca
2022-04-25 14:35:33 -04:00
committed by GitHub
parent eaacf6c8f6
commit 6679eee41e
3 changed files with 39 additions and 31 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker connection plugin - make sure that ``docker_extra_args`` is used for querying the Docker version.
Also ensures that the Docker version is only queried when needed. This is currently the case if a remote user is specified
(https://github.com/ansible-collections/community.docker/issues/325, https://github.com/ansible-collections/community.docker/pull/327)."