summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-03-03 21:11:18 +0100
committerGitHub <noreply@github.com>2021-03-03 21:11:18 +0100
commit43300e22798e4c9bd8ec2e321d28c5e8d2018aeb (patch)
tree98ed704449c09820a49513dd289857106891ad51 /changelogs
parentDon't fail for mixed typed keys (#73726) (diff)
downloadansible-43300e22798e4c9bd8ec2e321d28c5e8d2018aeb.tar.xz
ansible-43300e22798e4c9bd8ec2e321d28c5e8d2018aeb.zip
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix_json_module_parsing.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/fix_json_module_parsing.yml b/changelogs/fragments/fix_json_module_parsing.yml
new file mode 100644
index 0000000000..051aab5912
--- /dev/null
+++ b/changelogs/fragments/fix_json_module_parsing.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - restrict module valid JSON parsed output to objects as lists are not valid responses.