From c4e3ef77433d9683a5dc5d346bfcfde5b2ce0bf0 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Tue, 31 Mar 2026 21:52:07 +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 5d83eee..f74ef02 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}}", "dest": "{{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json" } },