You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix#398 `salt` backend returning non-encoded strings
`salt` backend failed because local satl client returns
`stdout` and `stderr` as `str` objects not encoded `bytes`.
Taking a lead from the `ansible` implementation the `stdout` and
`stderr` results are both encoded and returned as `kwargs` through
`base.result` method.
Co-authored-by: Mark Bools <[email protected]>
0 commit comments