mirror of https://github.com/ansible/ansible.git
[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>pull/72218/head
parent
6e7a40dd94
commit
3b40c6f3b7
@ -0,0 +1,2 @@
|
||||
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"
|
Loading…
Reference in New Issue