ansible/changelogs/fragments/string-conversion-warning-add-parameter-name.yaml
Sam Doran 6065638e00
Display parameter name in string conversion warning (#57145)
Add prefix to error message for nested options. This is helpful if a subelement key has the same name as a top level key.
2020-06-09 13:05:53 -04:00

2 lines
137 B
YAML

bugfixes:
- add parameter name to warning message when values are converted to strings (https://github.com/ansible/ansible/pull/57145)