From e0e7713fd8f8061a06564b3272420da9b52d80e5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 6 Apr 2020 15:00:43 -0700 Subject: [PATCH] Fix yaml in changelog --- .../fragments/allow-fail-json-msg-to-be-positional.yaml | 4 ++-- 1 file 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 8b58a4abd42..098320d48b3 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."