[int]
This commit is contained in:
parent
da140e11e0
commit
62a631a707
|
|
@ -12,7 +12,7 @@
|
||||||
"name": "file",
|
"name": "file",
|
||||||
"become": true,
|
"become": true,
|
||||||
"ansible.builtin.copy": {
|
"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"
|
"dest": "{{cfg_heimdall_order.directory_conf}}/{{cfg_heimdall_order.name}}.hmdl.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue