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 #22873
(cherry picked from commit 589e217278)
pull/22995/head
parent
631eaccc64
commit
422baea136
Loading…
Reference in New Issue