Set minimal Docker API version for chdir to 1.35. (#253)

This commit is contained in:
Felix Fontein
2021-12-22 17:14:08 +01:00
committed by GitHub
parent 4916e08376
commit 5a23c4d336
2 changed files with 3 additions and 1 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker_container_exec - disallow using the ``chdir`` option for Docker API before 1.35 (https://github.com/ansible-collections/community.docker/pull/253)."