Adjust docker_api plugin to ansible-core 2.13. (#308)

This commit is contained in:
Felix Fontein
2022-03-22 07:11:32 +01:00
committed by GitHub
parent 421b712812
commit b353a39ada
2 changed files with 65 additions and 30 deletions
@@ -0,0 +1,4 @@
bugfixes:
- "docker_api connection plugin - fix option handling to be compatible with ansible-core 2.13 (https://github.com/ansible-collections/community.docker/pull/308)."
minor_changes:
- "docker_api connection plugin - the plugin supports new ways to define the timeout. These are the ``ANSIBLE_DOCKER_TIMEOUT`` environment variable, the ``timeout`` setting in the ``docker_connection`` section of ``ansible.cfg``, and the ``ansible_docker_timeout`` variable (https://github.com/ansible-collections/community.docker/pull/308)."