summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2020-04-06 15:00:43 -0700
committerToshio Kuratomi <a.badger@gmail.com>2020-04-08 07:56:11 -0700
commite0e7713fd8f8061a06564b3272420da9b52d80e5 (patch)
treec69fb84e67d70ab40b98c63c6df5e6e0020f1125
parent184f54005695a101d9f4d86d29aaa499dd9ba1ad (diff)
downloadansible-e0e7713fd8f8061a06564b3272420da9b52d80e5.tar.gz
Fix yaml in changelog
-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."