lxc_vmid: {{ lxc_result.vmid | default(lxc_vmid) }} defined the var in terms of
itself, causing infinite templating recursion. Mirror start.yml and use
lxc_result.vmid directly, which is always registered by the clone or create path.
lxc_vmid: {{ lxc_result.vmid | default(lxc_vmid) }} defined the var in terms of
itself, causing infinite templating recursion. Mirror start.yml and use
lxc_result.vmid directly, which is always registered by the clone or create path.