Docker* connection plugins: add working_dir and privileged options (#943)

* Add working_dir option.

* Add privileged option.

* Add basic tests.

* Also test privileged.
This commit is contained in:
Felix Fontein
2024-07-25 22:35:32 +02:00
committed by GitHub
parent 7464002bc3
commit c3aceebd7d
7 changed files with 87 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
minor_changes:
- "docker, docker_api connection plugins - allow to determine the working directory when executing commands with the new ``working_dir`` option (https://github.com/ansible-collections/community.docker/pull/943)."
- "docker, docker_api connection plugins - allow to execute commands with extended privileges with the new ``privileges`` option (https://github.com/ansible-collections/community.docker/pull/943)."