ansible/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
Toshio Kuratomi 4f8e98d322 Update changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
Co-Authored-By: Matt Martz <matt@sivel.net>
2020-04-08 07:56:11 -07:00

6 lines
299 B
YAML

minor_changes:
- "`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."