summaryrefslogtreecommitdiff
path: root/changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml
blob: 37ca01f86ba2f2afdbbfa7446251076ba5319786 (plain)
1
2
3
4
5
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."