ansible/changelogs/fragments/fix_json_module_parsing.yml
Brian Coca 43300e2279
module output is only json objects (#73765)
* module output is only json objects

 remove json lists as they are not valid from modules
 fixes #73744
2021-03-03 15:11:18 -05:00

2 lines
102 B
YAML

bugfixes:
- restrict module valid JSON parsed output to objects as lists are not valid responses.