Hi! I'm trying to create a DVM from a TemplateVM which is also created in the same file. The DVM depends on the TemplateVM and that's why the creation fails. Running the script twice works.
My top files looks similar to: base: dom0: - match: nodegroup - create-template-vm - create-dvm I've played around with the "require" or "order" key words, but it doesn't work: base: dom0: - match: nodegroup - create-template-vm - create-dvm - order: last Error is: Rendering exception occurred: Jinja error: mapping values are not allowed here; line 6 Any ideas to enforce an order during vm creation? Thanks a lot in advance! P. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/71df3e7e-02c9-2b23-3113-452d97b3b731%40gmx.de.
