clan-cli: Replace HostGroup and MachineGroup with generic AsyncRuntime class. Propagate cmd prefix over thread local. Close threads on CTRL+C
This commit is contained in:
@@ -488,7 +488,8 @@ def generate_vars(
|
||||
raise ClanError(msg) from errors[0][1]
|
||||
|
||||
if not was_regenerated and len(machines) > 0:
|
||||
log.info("All vars are already up to date")
|
||||
for machine in machines:
|
||||
machine.info("All vars are already up to date")
|
||||
|
||||
return was_regenerated
|
||||
|
||||
|
||||
Reference in New Issue
Block a user