Fix yaml in changelog

This commit is contained in:
Toshio Kuratomi 2020-04-06 15:00:43 -07:00
parent 184f540056
commit e0e7713fd8

View file

@ -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."