machine: report provider in system_info
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
8c7b93c6dd
commit
5325693ed6
|
@ -125,6 +125,7 @@ class Machine:
|
|||
if pclass is None:
|
||||
raise config.error(f"Invalid Provider: {self.provider_type}")
|
||||
self.sys_provider: BaseProvider = pclass(config)
|
||||
self.system_info["provider"] = self.provider_type
|
||||
logging.info(f"Using System Provider: {self.provider_type}")
|
||||
self.validator = InstallValidator(config)
|
||||
self.sudo_requests: List[Tuple[SudoCallback, str]] = []
|
||||
|
|
Loading…
Reference in New Issue