mirror of https://github.com/ansible/ansible.git
Filter: add support for URL-safe encoding/decoding in b64* (#84949)
* Added support for URL-safe decoding into b64decode * Added support for URL-safe encoding into b64encode Fixes: #84147 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/84972/head
parent
244c2f06ed
commit
c54ff7de41
@ -0,0 +1,3 @@
|
||||
---
|
||||
minor_changes:
|
||||
- filter - add support for URL-safe encoding and decoding in b64encode and b64decode (https://github.com/ansible/ansible/issues/84147).
|
||||
Loading…
Reference in New Issue