2020-04-07 17:03:38 -07:00
|
|
|
minor_changes:
|
2020-04-06 15:00:43 -07:00
|
|
|
- "`AnsibleModule.fail_json()` has always required that a message be passed
|
2020-04-06 10:47:38 -07:00
|
|
|
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
|
2020-04-06 15:00:43 -07:00
|
|
|
passed as the first positional argument instead."
|