This commit is contained in:
2025-07-30 12:42:53 +02:00
parent a840d1211a
commit 2f450f7b9b
2 changed files with 144 additions and 144 deletions

View File

@@ -14,11 +14,11 @@ import freeflowuniverse.herolib.threefold.grid4.farmingsimulator
// import freeflowuniverse.herolib.installers.infra.coredns
import freeflowuniverse.herolib.data.doctree
pub fn run(mut plbook playbook.PlayBook, dagu bool) ! {
if dagu {
hscript := plbook.str()
scheduler(hscript)!
}
pub fn run(mut plbook playbook.PlayBook) ! {
// if dagu {
// hscript := plbook.str()
// scheduler(hscript)!
// }
play_core(mut plbook)!
play_ssh(mut plbook)!