mirror of https://github.com/ansible/ansible.git
Order my dicts (#58000)
* use orderdict for yaml dictionaries * clog * SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS * allow user to toggle odict off * removed config, since requored to load config * remove unused import * Update changelogs/fragments/yaml_orderd_mappings.yml Co-authored-by: Matt Clay <matt@mystile.com> * Update lib/ansible/parsing/yaml/objects.py Co-authored-by: Matt Clay <matt@mystile.com> * Update lib/ansible/parsing/yaml/objects.py Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Clay <matt@mystile.com>pull/69365/head
parent
34458f3569
commit
4e72ce805d
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- Use OrderedDict by default when importing mappings from YAML.
|
||||
Loading…
Reference in New Issue