mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert "Transform the command we pass to subprocess into a byte string in _low_level-exec_command"
This reverts commit 0c013f592a
.
Going to do this in the connection plugin
This commit is contained in:
parent
1ed3a018eb
commit
8d57ffd16b
1 changed files with 1 additions and 2 deletions
|
@ -488,8 +488,7 @@ class ActionBase(with_metaclass(ABCMeta, object)):
|
|||
verbatim, then this won't work. May have to use some sort of
|
||||
replacement strategy (python3 could use surrogateescape)
|
||||
'''
|
||||
# We may need to revisit this later.
|
||||
cmd = to_bytes(cmd, errors='strict')
|
||||
|
||||
if executable is not None:
|
||||
cmd = executable + ' -c ' + cmd
|
||||
|
||||
|
|
Loading…
Reference in a new issue