summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-04-07 00:00:43 +0200
committerToshio Kuratomi <a.badger@gmail.com>2020-04-08 16:56:11 +0200
commite0e7713fd8f8061a06564b3272420da9b52d80e5 (patch)
treec69fb84e67d70ab40b98c63c6df5e6e0020f1125 /changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
parentAdd some more unittests for fail_json (diff)
downloadansible-e0e7713fd8f8061a06564b3272420da9b52d80e5.tar.xz
ansible-e0e7713fd8f8061a06564b3272420da9b52d80e5.zip
Fix yaml in changelog
Diffstat (limited to '')
-rw-r--r--changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml4
1 files changed, 2 insertions, 2 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 8b58a4abd4..098320d48b 100644
--- a/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
+++ b/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
@@ -1,5 +1,5 @@
minor_features:
- - `AnsibleModule.fail_json()` has always required that a message be passed
+ - "`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
- passed as the first positional argument instead.
+ passed as the first positional argument instead."