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
parent 63012eef82
commit d871399220
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).