[int]
This commit is contained in:
parent
fe46caf25d
commit
f521a2abeb
|
|
@ -12,7 +12,7 @@
|
|||
"name": "file",
|
||||
"become": true,
|
||||
"ansible.builtin.copy": {
|
||||
"content": "{{cfg_heimdall_order.conf}} | json",
|
||||
"content": "{{cfg_heimdall_order.conf}} | to_nice_json",
|
||||
"dest": "{{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json"
|
||||
}
|
||||
},
|
||||
|
|
@ -24,12 +24,12 @@
|
|||
"user": "{{cfg_heimdall_order.user}}",
|
||||
"disabled": false,
|
||||
"name": "heimdall:{{cfg_heimdall_order.name}}",
|
||||
"minute": "*/{{cfg_heimdall_program.rate | string}}",
|
||||
"minute": "*/{{cfg_heimdall_order.rate | string}}",
|
||||
"hour": "*",
|
||||
"day": "*",
|
||||
"month": "*",
|
||||
"weekday": "*",
|
||||
"job": "{{cfg_heimdall_program.directory}}/heimdall {{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json --mutex-path=/tmp/heimdall-{{cfg_heimdall_order.name}}.lock"
|
||||
"job": "{{cfg_heimdall_order.directory}}/heimdall {{cfg_heimdall_order.directory}}/{{cfg_heimdall_order.name}}.hmdl.json --mutex-path=/tmp/heimdall-{{cfg_heimdall_order.name}}.lock"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,8 @@
|
|||
"git",
|
||||
"make",
|
||||
"rsync",
|
||||
"nodejs"
|
||||
"nodejs",
|
||||
"node-typescript"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue