json_query, no more 'unknown type' errors (#2607)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Brian Coca 2021-05-25 07:04:19 -04:00 committed by GitHub
commit d871399220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- json_query filter plugin - avoid 'unknown type' errors for more Ansible internal types (https://github.com/ansible-collections/community.general/pull/2607).