mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
* Add support for `--init` option to `docker_container` module Fixes #30761 * Validate docker API's version when docker_container's init option is True https://github.com/ansible/ansible/pull/34547#pullrequestreview-122355244 https://docs.docker.com/engine/reference/commandline/run/#options init option requires docker API 1.25+ . * Fix failure of sanity test