Fix yaml in changelog
This commit is contained in:
parent
184f540056
commit
e0e7713fd8
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue