summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2020-05-11 17:33:59 -0400
committerMatt Clay <matt@mystile.com>2020-05-11 15:09:24 -0700
commit96f504cd11def67d53f470cbf42de27f1494baf0 (patch)
tree7caaf874fa0923715789f693ce7816faa7c49a3d /changelogs
parente70f5cc132959fa8ca26c190449b84f37ee91501 (diff)
downloadansible-96f504cd11def67d53f470cbf42de27f1494baf0.tar.gz
added missing clog for 58461
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/dont_hide_json_error.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/dont_hide_json_error.yml b/changelogs/fragments/dont_hide_json_error.yml
new file mode 100644
index 0000000000..1002e41b02
--- /dev/null
+++ b/changelogs/fragments/dont_hide_json_error.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - the default parsing will now show existing JSON errors and not just YAML (last attempted), also we avoid YAML parsing when we know we only want JSON issue #58461.