rename machine.host to machine.target_host

This commit is contained in:
Jörg Thalheim
2024-02-06 15:55:34 +01:00
parent 7d62e147a9
commit 5e5077c31c
8 changed files with 11 additions and 11 deletions

View File

@@ -92,7 +92,7 @@ class Machine:
return Path(self.flake_path)
@property
def host(self) -> Host:
def target_host(self) -> Host:
return parse_deployment_address(
self.name, self.target_host_address, meta={"machine": self}
)