mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
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:
@@ -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)."
|
||||
Reference in New Issue
Block a user