summaryrefslogtreecommitdiff
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:55:45 -0700
commit972e55327c86d1a28d740b3374d4454c73a0e628 (patch)
treea72a15c5eef5298047351b30ec243b84fcc68068
parent28e9121d94e66e46d72bfbf3c9db0802417c5a16 (diff)
downloadansible-972e55327c86d1a28d740b3374d4454c73a0e628.tar.gz
[stable-2.9] added missing clog for 58461
(cherry picked from commit 96f504cd11def67d53f470cbf42de27f1494baf0) Co-authored-by: Brian Coca <brian.coca+git@gmail.com>
-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.