clan_lib: Fix run_machine_install incorrect pesist_state path

This commit is contained in:
Qubasa
2025-08-22 11:21:44 +02:00
parent 48736011de
commit 84bf9f3bc5

View File

@@ -234,7 +234,7 @@ def run_machine_install(opts: InstallOptions, target_host: Remote) -> None:
set_value_by_path(
inventory,
f"machine.{machine.name}.installedAt",
f"machines.{machine.name}.installedAt",
# Cut of the milliseconds
int(time()),
)