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" } },