machines/update: get flake_attr from machine class

This commit is contained in:
Jörg Thalheim
2024-02-06 15:44:07 +01:00
parent eee82b97cd
commit 0745bcb9a0
3 changed files with 5 additions and 8 deletions

View File

@@ -775,7 +775,6 @@ def parse_deployment_address(
hostname = result.hostname
port = result.port
meta = meta.copy()
meta["flake_attr"] = machine_name
return Host(
hostname,
user=user,