Do not pass data_path_addr for older Docker SDK for Python versions. (#696)

This commit is contained in:
Felix Fontein
2023-10-14 23:48:46 +02:00
committed by GitHub
parent 33c0957292
commit fbc2750b6a
2 changed files with 16 additions and 5 deletions
@@ -0,0 +1,3 @@
bugfixes:
- "docker_swarm - make init and join operations work again with Docker SDK for Python before 4.0.0
(https://github.com/ansible-collections/community.docker/issues/695, https://github.com/ansible-collections/community.docker/pull/696)."