Rewrite the docker_container_exec module (#401)

* Rewrite docker_container_exec.

* Improve error messages.
This commit is contained in:
Felix Fontein
2022-07-06 21:45:44 +02:00
committed by GitHub
parent 9e57f29b3b
commit 1101997844
3 changed files with 57 additions and 67 deletions
@@ -0,0 +1,4 @@
major_changes:
- "docker_container_exec - no longer uses the Docker SDK for Python. It requires ``requests`` to be installed,
and depending on the features used has some more requirements. If the Docker SDK for Python is installed,
these requirements are likely met (https://github.com/ansible-collections/community.docker/pull/401)."