do not instantiate vars_generators several times
We should really not have any property that has side effects i.e. spawning processes.
This commit is contained in:
@@ -123,7 +123,6 @@ class Machine:
|
||||
return self.deployment["facts"]["services"]
|
||||
return {}
|
||||
|
||||
@property
|
||||
def vars_generators(self) -> list["Generator"]:
|
||||
from clan_cli.vars.generate import Generator
|
||||
|
||||
|
||||
Reference in New Issue
Block a user