Merge pull request 'Reduce targetHost warning level' (#4594) from fix-target-warning into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4594
This commit is contained in:
pinpox
2025-08-05 09:55:30 +00:00

View File

@@ -179,7 +179,7 @@ def get_machine_host(
host_str = inv_machine.get("deploy", {}).get(field)
if host_str is None:
machine.info(
machine.debug(
f"`inventory.machines.{machine.name}.deploy.{field}` is not set — falling back to `clan.core.networking.{field}`. See: https://docs.clan.lol/guides/target-host"
)