clan_lib: Fix run_machine_install incorrect pesist_state path
This commit is contained in:
@@ -234,7 +234,7 @@ def run_machine_install(opts: InstallOptions, target_host: Remote) -> None:
|
|||||||
|
|
||||||
set_value_by_path(
|
set_value_by_path(
|
||||||
inventory,
|
inventory,
|
||||||
f"machine.{machine.name}.installedAt",
|
f"machines.{machine.name}.installedAt",
|
||||||
# Cut of the milliseconds
|
# Cut of the milliseconds
|
||||||
int(time()),
|
int(time()),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user