Merge pull request 'cli: don't commit the target host for privacy' (#5188) from push-yvrxxtxymrsr into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5188
This commit is contained in:
Michael Hoang
2025-09-17 10:15:02 +00:00

View File

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