ome / ansible-role-omero-web

Installs and configures OMERO.web and Nginx
BSD 2-Clause "Simplified" License
1 stars 14 forks source link

Ensure config dict keys are sorted for idempotence #9

Closed manics closed 6 years ago

manics commented 6 years ago

Python dict keys are unordered. This change ensures the addition or removal of keys will not change the order of existing configuration lines. If this is run on an existing server the config lines will be reordered.

Related: https://github.com/openmicroscopy/ansible-role-omero-server/issues/25

Minor fix, tag 1.0.2

joshmoore commented 6 years ago

Re-launched travis due to yum mirror failure.

joshmoore commented 6 years ago

All green. Thanks, @manics . Merging & releasing.