Get rid of distutils.spawn. (#257)

This commit is contained in:
Felix Fontein
2021-12-24 11:27:23 +01:00
committed by GitHub
parent 40576e317b
commit 93ea131f30
2 changed files with 6 additions and 3 deletions
@@ -0,0 +1,2 @@
bugfixes:
- "docker connection plugin - replace deprecated ``distutils.spawn.find_executable`` with Ansible's ``get_bin_path`` to find the ``docker`` executable (https://github.com/ansible-collections/community.docker/pull/257)."