Docker* connection plugins: allow to pass extra environment variables when running commands (#940)

* Allow to pass extra environment variables when running commands.

* Make compatible with older Python.

* Remove env and ini sources for extra_env.
This commit is contained in:
Felix Fontein
2024-07-25 21:26:15 +02:00
committed by GitHub
parent 0fe84b510b
commit 7464002bc3
3 changed files with 62 additions and 1 deletions
@@ -0,0 +1,2 @@
minor_changes:
- "docker, docker_api connection plugins - allow to pass extra environment variables when executing commands with the new ``extra_env`` option (https://github.com/ansible-collections/community.docker/issues/937, https://github.com/ansible-collections/community.docker/pull/940)."