diff --git a/roles/heimdall-order/tasks/main.json b/roles/heimdall-order/tasks/main.json index b8f5f51..c77ba4e 100644 --- a/roles/heimdall-order/tasks/main.json +++ b/roles/heimdall-order/tasks/main.json @@ -12,7 +12,7 @@ "name": "file", "become": true, "ansible.builtin.copy": { - "content": "{{cfg_heimdall_order.conf | to_nice_json}}", + "content": "{{cfg_heimdall_order.conf | to_nice_json(sort_keys=False)}}", "dest": "{{cfg_heimdall_order.directory_conf}}/{{cfg_heimdall_order.name}}.hmdl.json" } },