[int]
This commit is contained in:
parent
f521a2abeb
commit
c4e3ef7743
|
|
@ -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}}",
|
||||||
"dest": "{{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json"
|
"dest": "{{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue