mirror of https://github.com/ansible/ansible.git
base64 functions must be given byte strings
The base64 stdlib functions require byte strings. So we have to transform the strings into bytes before handing to the stdlib and then transform them back into text before handing back to ansible. Fixes #22873pull/22855/head
parent
d0712b1ec7
commit
589e217278
Loading…
Reference in New Issue