This commit is contained in:
fenris 2026-03-31 21:52:07 +02:00
parent f521a2abeb
commit c4e3ef7743

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}}",
"dest": "{{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json"
}
},