run_machine_update: document missing flag

This commit is contained in:
Jörg Thalheim
2025-07-30 09:37:04 +02:00
parent 6ec38c33d7
commit 1626d179a0

View File

@@ -117,6 +117,7 @@ def run_machine_update(
machine: The Machine instance to deploy.
target_host: Remote object representing the target host for deployment.
build_host: Optional Remote object representing the build host.
force_fetch_local: Whether to fetch flake inputs locally before uploading.
Raises:
ClanError: If the machine is not found in the inventory or if there are issues with
generating facts or variables.