mirror of
https://github.com/ansible/ansible.git
synced 2026-07-28 08:05:22 +02:00
* fix key conversion on legacy JSON profiles * restore stdlib silent str conversion behavior for int/float/bool/None dict key types * remove most conversions for non-scalar keys * add key conversion cases to JSON profile test suite * typo * Fix sanity test failures * Fix _handle_key_str_fallback implementation --------- Co-authored-by: Matt Clay <matt@mystile.com>