mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
connection/docker: add privilege escalation support (#55816)
As described in #53385 (and #31759), the docker connection driver did not support privilege escalation. This commit is a shameless cut-and-paste of the privilege escalation support from the `local` connection plugin into the `docker` plugin. Closes: #53385
This commit is contained in:
committed by
ansibot
parent
87d42ca11c
commit
61e476b908
@@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- Fix privilege escalation support for the docker connection plugin when
|
||||
credentials needs to be supplied (e.g. sudo with password).
|
||||
Reference in New Issue
Block a user