Support nested JSON decoding in AnsibleJSONDecoder (#45924)

* Support nested JSON decoding in AnsibleJSONDecoder

* Add tests for vault portion of AnsibleJSONDecoder
This commit is contained in:
Matt Martz
2018-09-24 14:33:19 -05:00
committed by GitHub
parent df3655968f
commit c0915e2f5a
4 changed files with 58 additions and 21 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Ansible JSON Decoder - Switch from decode to object_hook to support nested use of __ansible_vault and __ansible_unsafe (https://github.com/ansible/ansible/pull/45514)