ceph-ansible/plugins/actions
Andy McCrae fe4ba9d135 Fix config_template to consistently order sections
In ec042219e6 we added OrderedDict and
sorted to be able to preserve order for config_template k,v pairs inside
a section.

This patch adds a similar ordering for the sections themselves, which
could still change order and intiiate handler restarts.

OrderedDict isn't needed because we use .items() to return a list that
can then be sorted().
2018-03-16 23:24:28 +01:00
..
_v1_config_template.py Fix config_template to consistently order sections 2018-03-16 23:24:28 +01:00
_v2_config_template.py Fix config_template to consistently order sections 2018-03-16 23:24:28 +01:00
config_template.py Update the config_template plugin for ansible2 2016-03-30 17:23:09 -05:00