mirror of https://github.com/ansible/ansible.git
* bugfix: use to_text(stdout) in psrp.Connection.put_file method (#73491)
Co-authored-by: jakegatsby <jakegatsby@example.com>
(cherry picked from commit f271d02a9f)
pull/73493/head
parent
d268891703
commit
e9838486bd
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- psrp connection plugin - ``to_text(stdout)`` before json.loads in psrp.Connection.put_file in case stdout is bytes.
|
||||
Loading…
Reference in New Issue