ansible/changelogs/fragments/more-types-to-string-config.yml
Rick Elrod 3b40c6f3b7
[config] coerce more to string when 'type: str' (#72172)
Change:
- When a plugin defines `type: str` on a parameter, treat more kinds of
  input as a string instead of whatever it is parsed as.

Test Plan:
- New unit tests
- CI

Signed-off-by: Rick Elrod <rick@elrod.me>
2020-10-14 12:53:08 -04:00

2 lines
152 B
YAML

minor_changes:
- "config - more types are now automatically coerced to string when ``type: str`` is used and the value is parsed as a different type"