cli: don't commit the target host for privacy

This commit is contained in:
Michael Hoang
2025-09-17 12:09:09 +02:00
parent 593c2d3d5b
commit 9a9d6bf22d

View File

@@ -253,5 +253,5 @@ def run_machine_install(opts: InstallOptions, target_host: Remote) -> None:
) )
inventory_store.write( inventory_store.write(
inventory, inventory,
f"Installed {machine.name} at {target_host.target}", f"Installed {machine.name}",
) )