mirror of https://github.com/ansible/ansible.git
local connection always passes str to Popen (#85239)
(cherry picked from commit 0ee1c36779)
pull/85255/head
parent
d63f9aa38d
commit
7b99b0144d
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- local connection plugin - The command-line used to create subprocesses is now always ``str`` to avoid issues with debuggers and profilers.
|
||||||
Loading…
Reference in New Issue