docker connection plugin: make privilege escalation code more similar to local.py (#56288)

* Make more similar to local.py

* Fix typo.
This commit is contained in:
Felix Fontein
2019-05-19 14:00:25 +02:00
committed by ansibot
parent 52a89b290f
commit 708bda06aa
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
---
bugfixes:
- Fix privilege escalation support for the docker connection plugin when
credentials needs to be supplied (e.g. sudo with password).
credentials need to be supplied (e.g. sudo with password).