1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/plugins/filter
patchback[bot] 9defd1aca1
json_query: Handle AnsibleUnicode, AnsibleUnsafeText (#1434) (#1443)
jmespath library does not undestand custom string types
such as AnsibleUnicode, and AnsibleUnsafeText.
So user need to use ``to_json | from_json`` filter while using
functions like ``starts_with`` and ``contains`` etc.
This hack will allow user to get rid of this filter.

Fixes: #320

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 5319437bc2)

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
2020-12-04 08:06:09 +01:00
..
__init__.py Initial commit 2020-03-09 09:11:07 +00:00
dict_kv.py Add filter dict_kv (#1264) (#1374) 2020-11-24 06:23:37 +01:00
jc.py JC plugin (#750) 2020-08-18 08:30:37 +02:00
json_query.py json_query: Handle AnsibleUnicode, AnsibleUnsafeText (#1434) (#1443) 2020-12-04 08:06:09 +01:00
random_mac.py Initial commit 2020-03-09 09:11:07 +00:00
time.py time_filter: improve hints in error message (#368) 2020-05-20 09:22:56 +02:00