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
Abhijeet Kasurde 5319437bc2
json_query: Handle AnsibleUnicode, AnsibleUnsafeText (#1434)
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>
2020-12-04 07:24:42 +01:00
..
action Bump version to 2.0.0 (#1369) 2020-11-26 14:26:36 +01:00
become Fix various sanity errors in plugins (#881) 2020-09-16 11:06:45 +02:00
cache Bump version to 2.0.0 (#1369) 2020-11-26 14:26:36 +01:00
callback Remove deprecated modules and plugins. (#1347) 2020-11-23 14:10:18 +01:00
connection Remove and redirect oc module. (#866) 2020-12-01 22:20:02 +01:00
doc_fragments Proxmox doc fragments (#1404) 2020-12-02 16:08:07 +01:00
filter json_query: Handle AnsibleUnicode, AnsibleUnsafeText (#1434) 2020-12-04 07:24:42 +01:00
inventory Removal of docker content for 2.0.0 (#1304) 2020-11-23 13:03:19 +01:00
lookup Added umask option to passwordstore lookup plugin. (#1156) 2020-11-24 08:05:59 +01:00
module_utils proxmox: create a common base (#1331) 2020-11-24 17:30:39 +01:00
modules yum_versionlock: new module (#1405) 2020-12-03 20:00:49 +01:00