diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2020-04-07 00:00:43 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2020-04-08 16:56:11 +0200 |
commit | e0e7713fd8f8061a06564b3272420da9b52d80e5 (patch) | |
tree | c69fb84e67d70ab40b98c63c6df5e6e0020f1125 /changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml | |
parent | Add some more unittests for fail_json (diff) | |
download | ansible-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.yaml | 4 |
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." |