mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 05:58:50 +00:00
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
|
||
|---|---|---|
| .. | ||
| .keep | ||
| 320_unsafe_text.yml | ||
| 335-icinga2_host-return-error-code.yaml | ||
| 1399-fixed-wrong-elements-type.yaml | ||
| 1415-valmod_req_mismatch.yml | ||
| 1423-valmod_multiple_cases.yml | ||