mirror of https://github.com/ansible/ansible.git
local connection always passes str to Popen (#85239)
parent
2a24633964
commit
0ee1c36779
@ -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