This commit is contained in:
fenris 2026-03-31 22:00:40 +02:00
parent da140e11e0
commit 62a631a707

View file

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