Ansible.Basic - fix when deserialising a json string of an array (#55691)

* Ansible.Basic - fix when deserialising a json string of an array

* Added changelog fragment
This commit is contained in:
Jordan Borean
2019-05-01 11:08:23 +10:00
committed by GitHub
parent b9af6847c2
commit 5228133d74
4 changed files with 36 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- Ansible.Basic - Fix issue when deserilizing a JSON string that is not a dictionary - https://github.com/ansible/ansible/pull/55691