From 62a631a70782125b8f276928de95e5875d5df200 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 31 Mar 2026 22:00:40 +0200 Subject: [PATCH] [int] --- roles/heimdall-order/tasks/main.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } },