summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-04-07 17:03:38 -0700
committerToshio Kuratomi <a.badger@gmail.com>2020-04-08 07:56:11 -0700
commit4f8e98d322d9e37f0ba9b7c402feb10e5c4a1d89 (patch)
tree0e2282dc042835f8dfd7165dc60347bd3260c2df
parente0e7713fd8f8061a06564b3272420da9b52d80e5 (diff)
downloadansible-4f8e98d322d9e37f0ba9b7c402feb10e5c4a1d89.tar.gz
Update changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
Co-Authored-By: Matt Martz <matt@sivel.net>
-rw-r--r--changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml b/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
index 098320d48b..37ca01f86b 100644
--- a/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
+++ b/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
@@ -1,4 +1,4 @@
-minor_features:
+minor_changes:
- "`AnsibleModule.fail_json()` has always required that a message be passed
in which informs the end user why the module failed. In the past this
message had to be passed as the `msg` keyword argument but it can now be