mirror of https://github.com/ansible/ansible
The local connection plugin is incorrectly passing a bytearray to methods of become plugins that expect bytes. A recent change to the su plugin exposed this by breaking the become plugin for different locale settings (the bytearray was not properly converted to a str for comparison operations). This changes the local connection plugin to send bytes.
(cherry picked from commit 90595736ed)
pull/86566/head
parent
b1270aa897
commit
966db65ea2
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- local connection - Pass correct type to become plugins when checking password (https://github.com/ansible/ansible/issues/86458)
|
||||
Loading…
Reference in new issue